diff --git a/lang/posts-to-posts.pot b/lang/posts-to-posts.pot index 41854bc9..0a710c87 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.3\n" +"Project-Id-Version: Posts 2 Posts 1.7.4\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: 2024-04-11 11:38+0530\n" +"POT-Creation-Date: 2024-08-21 17:43+0530\n" "PO-Revision-Date: 2013-MO-DA HO:MI+ZONE\n" "Last-Translator: \n" "Language-Team: AyeCode Ltd \n" @@ -23,23 +23,23 @@ msgstr "" "X-Generator: Poedit 3.0\n" "X-Poedit-SearchPath-0: .\n" -#: admin/box.php:48 +#: admin/box.php:50 msgid "Are you sure you want to delete all connections?" msgstr "" -#: admin/box.php:140 +#: admin/box.php:142 msgid "Search" msgstr "" -#: admin/box.php:230 +#: admin/box.php:232 msgid "previous" msgstr "" -#: admin/box.php:231 +#: admin/box.php:233 msgid "next" msgstr "" -#: admin/box.php:232 +#: admin/box.php:234 msgid "of" msgstr "" diff --git a/posts-to-posts.php b/posts-to-posts.php index 08370a16..3c56e943 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.3 +Version: 1.7.4 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.3' ); +define( 'P2P_PLUGIN_VERSION', '1.7.4' ); define( 'P2P_TEXTDOMAIN', 'posts-to-posts' ); diff --git a/readme.txt b/readme.txt index f7743bd9..46381fb9 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ 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.5 -Stable tag: 1.7.3 +Tested up to: 6.6 +Stable tag: 1.7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -60,6 +60,9 @@ Additional info can be found on the [wiki](http://github.com/scribu/wp-posts-to- == Changelog == += 1.7.4 - 2024-08-21 = +* WordPress v6.6 compatibility check - CHANGED + = 1.7.3 - 2024-04-11 = * WordPress v6.5 compatibility check - CHANGED