Skip to content

Commit

Permalink
Merge pull request #8 from kprajapatii/master
Browse files Browse the repository at this point in the history
1.7.1
  • Loading branch information
kprajapatii authored Jul 31, 2023
2 parents b6290ab + 2bae3a6 commit 491a321
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 30 deletions.
33 changes: 33 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -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
65 changes: 40 additions & 25 deletions lang/posts-to-posts.pot
Original file line number Diff line number Diff line change
@@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"

#: admin/box.php:45
"Last-Translator: \n"
"Language-Team: AyeCode Ltd <[email protected]>\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 ""

Expand Down Expand Up @@ -57,10 +68,12 @@ msgid "Connection Types"
msgstr ""

#: admin/tools-page.php:41
#, php-format
msgid "<em>%s</em> is not a registered connection type."
msgstr ""

#: admin/tools-page.php:50
#, php-format
msgid "Converted %1$s connections from <em>%2$s</em> to <em>%3$s</em>."
msgstr ""

Expand All @@ -81,6 +94,7 @@ msgid "No connection types registered."
msgstr ""

#: admin/tools-page.php:76
#, php-format
msgid "To register a connection type, see <a href=\"%s\">the wiki</a>."
msgstr ""

Expand All @@ -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 <strong>saved</strong>."
msgstr ""

#: scb/AdminPage.php:466
#: vendor/scribu/scb-framework/AdminPage.php:519
msgid "Settings"
msgstr ""
4 changes: 2 additions & 2 deletions posts-to-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
/*
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
Text Domain: posts-to-posts
Domain Path: /lang
*/

define( 'P2P_PLUGIN_VERSION', '1.7' );
define( 'P2P_PLUGIN_VERSION', '1.7.1' );

define( 'P2P_TEXTDOMAIN', 'posts-to-posts' );

Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 =
Expand Down

0 comments on commit 491a321

Please sign in to comment.