From c8a7ab8adab483c0c415306b8623b7521eebf870 Mon Sep 17 00:00:00 2001 From: Kiran Prajapati Date: Thu, 11 Apr 2024 11:39:59 +0530 Subject: [PATCH] 1.7.3 --- lang/posts-to-posts.pot | 12 ++++++------ posts-to-posts.php | 4 ++-- readme.txt | 8 +++++--- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/lang/posts-to-posts.pot b/lang/posts-to-posts.pot index 929a0b5d..41854bc9 100644 --- a/lang/posts-to-posts.pot +++ b/lang/posts-to-posts.pot @@ -3,12 +3,12 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Posts 2 Posts 1.7.2\n" +"Project-Id-Version: Posts 2 Posts 1.7.3\n" "Report-Msgid-Bugs-To: http://wordpress.org/tag/p2p\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-09-14 10:36+0530\n" +"POT-Creation-Date: 2024-04-11 11:38+0530\n" "PO-Revision-Date: 2013-MO-DA HO:MI+ZONE\n" "Last-Translator: \n" "Language-Team: AyeCode Ltd \n" @@ -115,19 +115,19 @@ msgstr "" msgid "Connected %s" msgstr "" -#: vendor/scribu/lib-posts-to-posts/side-user.php:16 +#: vendor/scribu/lib-posts-to-posts/side-user.php:18 msgid "Users" msgstr "" -#: vendor/scribu/lib-posts-to-posts/side-user.php:25 +#: vendor/scribu/lib-posts-to-posts/side-user.php:27 msgid "User" msgstr "" -#: vendor/scribu/lib-posts-to-posts/side-user.php:26 +#: vendor/scribu/lib-posts-to-posts/side-user.php:28 msgid "Search Users" msgstr "" -#: vendor/scribu/lib-posts-to-posts/side-user.php:27 +#: vendor/scribu/lib-posts-to-posts/side-user.php:29 msgid "No users found." msgstr "" diff --git a/posts-to-posts.php b/posts-to-posts.php index 218a51d2..08370a16 100644 --- a/posts-to-posts.php +++ b/posts-to-posts.php @@ -2,7 +2,7 @@ /* Plugin Name: Posts 2 Posts Description: Create many-to-many relationships between all types of posts. -Version: 1.7.2 +Version: 1.7.3 Author: scribu Author URI: http://scribu.net/ Plugin URI: http://scribu.net/wordpress/posts-to-posts @@ -10,7 +10,7 @@ Domain Path: /lang */ -define( 'P2P_PLUGIN_VERSION', '1.7.2' ); +define( 'P2P_PLUGIN_VERSION', '1.7.3' ); define( 'P2P_TEXTDOMAIN', 'posts-to-posts' ); diff --git a/readme.txt b/readme.txt index 56b4bb10..f7743bd9 100644 --- a/readme.txt +++ b/readme.txt @@ -1,11 +1,10 @@ === Posts 2 Posts === - Contributors: scribu, ciobi, ayecode, stiofansisland Tags: connections, custom post types, relationships, many-to-many, users Requires at least: 6.0 Requires PHP: 5.6 -Tested up to: 6.3 -Stable tag: 1.7.2 +Tested up to: 6.5 +Stable tag: 1.7.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -61,6 +60,9 @@ Additional info can be found on the [wiki](http://github.com/scribu/wp-posts-to- == Changelog == += 1.7.3 - 2024-04-11 = +* WordPress v6.5 compatibility check - CHANGED + = 1.7.2 - 2023-09-14 = * PHP 8.2 deprecated notices - FIXED