diff --git a/lang/posts-to-posts.pot b/lang/posts-to-posts.pot index c9ce0818..929a0b5d 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.1\n" +"Project-Id-Version: Posts 2 Posts 1.7.2\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-07-31 12:33+0530\n" +"POT-Creation-Date: 2023-09-14 10:36+0530\n" "PO-Revision-Date: 2013-MO-DA HO:MI+ZONE\n" "Last-Translator: \n" "Language-Team: AyeCode Ltd \n" @@ -106,11 +106,11 @@ msgstr "" msgid "Go" msgstr "" -#: vendor/scribu/lib-posts-to-posts/connection-type.php:105 +#: vendor/scribu/lib-posts-to-posts/connection-type.php:107 msgid "Create connections" msgstr "" -#: vendor/scribu/lib-posts-to-posts/connection-type.php:123 +#: vendor/scribu/lib-posts-to-posts/connection-type.php:125 #, php-format msgid "Connected %s" msgstr "" @@ -159,10 +159,10 @@ msgstr "" msgid "related" msgstr "" -#: vendor/scribu/scb-framework/AdminPage.php:262 +#: vendor/scribu/scb-framework/AdminPage.php:264 msgid "Settings saved." msgstr "" -#: vendor/scribu/scb-framework/AdminPage.php:519 +#: vendor/scribu/scb-framework/AdminPage.php:521 msgid "Settings" msgstr "" diff --git a/posts-to-posts.php b/posts-to-posts.php index 2d792543..218a51d2 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.1 +Version: 1.7.2 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.1' ); +define( 'P2P_PLUGIN_VERSION', '1.7.2' ); define( 'P2P_TEXTDOMAIN', 'posts-to-posts' ); diff --git a/readme.txt b/readme.txt index af2b683f..56b4bb10 100644 --- a/readme.txt +++ b/readme.txt @@ -2,10 +2,10 @@ Contributors: scribu, ciobi, ayecode, stiofansisland Tags: connections, custom post types, relationships, many-to-many, users -Requires at least: 4.5 +Requires at least: 6.0 Requires PHP: 5.6 -Tested up to: 6.2 -Stable tag: 1.7.1 +Tested up to: 6.3 +Stable tag: 1.7.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -61,6 +61,9 @@ Additional info can be found on the [wiki](http://github.com/scribu/wp-posts-to- == Changelog == += 1.7.2 - 2023-09-14 = +* PHP 8.2 deprecated notices - FIXED + = 1.7.1 - 2023-07-31 = * PHP deprecated notice "Creation of dynamic property" - FIXED * Unable to delete user connection after WordPress v6.1 - FIXED