diff --git a/.distignore b/.distignore new file mode 100644 index 00000000..2e1efd9e --- /dev/null +++ b/.distignore @@ -0,0 +1,33 @@ +# A set of files you probably don't want in your WordPress.org distribution +/.wordpress-org +/.git +/.github +.distignore +.gitattributes +.editorconfig +.git +.gitignore +.gitlab-ci.yml +.travis.yml +.DS_Store +Thumbs.db +behat.yml +bin +circle.yml +composer.json +composer.lock +Gruntfile.js +package.json +phpunit.xml +phpunit.xml.dist +multisite.xml +multisite.xml.dist +phpcs.ruleset.xml +README.md +wp-cli.local.yml +tests +.github +node_modules +*.sql +*.tar.gz +*.zip \ No newline at end of file diff --git a/lang/posts-to-posts.pot b/lang/posts-to-posts.pot index fe3b7ae6..c9ce0818 100644 --- a/lang/posts-to-posts.pot +++ b/lang/posts-to-posts.pot @@ -1,34 +1,45 @@ # Copyright (C) 2013 # This file is distributed under the same license as the package. +#, fuzzy msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: Posts 2 Posts 1.7.1\n" "Report-Msgid-Bugs-To: http://wordpress.org/tag/p2p\n" -"POT-Creation-Date: 2013-02-17 08:06:11+00:00\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" "PO-Revision-Date: 2013-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" - -#: admin/box.php:45 +"Last-Translator: \n" +"Language-Team: AyeCode Ltd \n" +"Language: en_US\n" +"X-Poedit-KeywordsList: __;__ngettext:1,2;__ngettext_noop:1,2;_c;_e;_ex:1,2c;" +"_n:1,2;_n_noop:1,2;_nc:4c,1,2;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;esc_attr__;" +"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;gettext;" +"gettext_noop\n" +"X-Poedit-Basepath: ..\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Generator: Poedit 3.0\n" +"X-Poedit-SearchPath-0: .\n" + +#: admin/box.php:48 msgid "Are you sure you want to delete all connections?" msgstr "" -#: admin/box.php:136 +#: admin/box.php:140 msgid "Search" msgstr "" -#: admin/box.php:213 +#: admin/box.php:230 msgid "previous" msgstr "" -#: admin/box.php:214 +#: admin/box.php:231 msgid "next" msgstr "" -#: admin/box.php:215 +#: admin/box.php:232 msgid "of" msgstr "" @@ -57,10 +68,12 @@ msgid "Connection Types" msgstr "" #: admin/tools-page.php:41 +#, php-format msgid "%s is not a registered connection type." msgstr "" #: admin/tools-page.php:50 +#, php-format msgid "Converted %1$s connections from %2$s to %3$s." msgstr "" @@ -81,6 +94,7 @@ msgid "No connection types registered." msgstr "" #: admin/tools-page.php:76 +#, php-format msgid "To register a connection type, see the wiki." msgstr "" @@ -92,62 +106,63 @@ msgstr "" msgid "Go" msgstr "" -#: core/connection-type.php:102 +#: vendor/scribu/lib-posts-to-posts/connection-type.php:105 msgid "Create connections" msgstr "" -#: core/connection-type.php:120 +#: vendor/scribu/lib-posts-to-posts/connection-type.php:123 +#, php-format msgid "Connected %s" msgstr "" -#: core/side-user.php:16 +#: vendor/scribu/lib-posts-to-posts/side-user.php:16 msgid "Users" msgstr "" -#: core/side-user.php:25 +#: vendor/scribu/lib-posts-to-posts/side-user.php:25 msgid "User" msgstr "" -#: core/side-user.php:26 +#: vendor/scribu/lib-posts-to-posts/side-user.php:26 msgid "Search Users" msgstr "" -#: core/side-user.php:27 +#: vendor/scribu/lib-posts-to-posts/side-user.php:27 msgid "No users found." msgstr "" -#: core/widget.php:16 +#: vendor/scribu/lib-posts-to-posts/widget.php:19 msgid "Posts 2 Posts" msgstr "" -#: core/widget.php:17 +#: vendor/scribu/lib-posts-to-posts/widget.php:20 msgid "A list of posts connected to the current post" msgstr "" -#: core/widget.php:34 +#: vendor/scribu/lib-posts-to-posts/widget.php:37 msgid "Title:" msgstr "" -#: core/widget.php:41 +#: vendor/scribu/lib-posts-to-posts/widget.php:44 msgid "Connection type:" msgstr "" -#: core/widget.php:46 +#: vendor/scribu/lib-posts-to-posts/widget.php:49 msgid "Connection listing:" msgstr "" -#: core/widget.php:52 +#: vendor/scribu/lib-posts-to-posts/widget.php:55 msgid "connected" msgstr "" -#: core/widget.php:53 +#: vendor/scribu/lib-posts-to-posts/widget.php:56 msgid "related" msgstr "" -#: scb/AdminPage.php:227 +#: vendor/scribu/scb-framework/AdminPage.php:262 msgid "Settings saved." msgstr "" -#: scb/AdminPage.php:466 +#: vendor/scribu/scb-framework/AdminPage.php:519 msgid "Settings" msgstr "" diff --git a/posts-to-posts.php b/posts-to-posts.php index c7c803d5..2d792543 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 +Version: 1.7.1 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' ); +define( 'P2P_PLUGIN_VERSION', '1.7.1' ); define( 'P2P_TEXTDOMAIN', 'posts-to-posts' ); diff --git a/readme.txt b/readme.txt index 204ddb2a..af2b683f 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: connections, custom post types, relationships, many-to-many, users Requires at least: 4.5 Requires PHP: 5.6 Tested up to: 6.2 -Stable tag: 1.7 +Stable tag: 1.7.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -61,11 +61,11 @@ Additional info can be found on the [wiki](http://github.com/scribu/wp-posts-to- == Changelog == -= 1.7.1 = += 1.7.1 - 2023-07-31 = * PHP deprecated notice "Creation of dynamic property" - FIXED * Unable to delete user connection after WordPress v6.1 - FIXED -= 1.7 = += 1.7 - 2023-05-23 = * Update Mustache package to support PHP 8. = 1.6.6 =