Skip to content
Snippets Groups Projects
Commit e82e61a3 authored by Erick Hitter's avatar Erick Hitter
Browse files

Bump version for PHPUnit and PHPCS updates

parent 453b81f0
Branches
Tags
1 merge request!4Prepare for v1.2 release
Pipeline #881 passed with warnings
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
**Tags:** link, redirect, external link, permalink **Tags:** link, redirect, external link, permalink
**Requires at least:** 3.0 **Requires at least:** 3.0
**Tested up to:** 5.2 **Tested up to:** 5.2
**Stable tag:** 1.1 **Stable tag:** 1.2
**License:** GPLv2 or later **License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
...@@ -37,6 +37,11 @@ Using the `epr_post_types` filter, one can modify the default array of object ty ...@@ -37,6 +37,11 @@ Using the `epr_post_types` filter, one can modify the default array of object ty
## Changelog ## ## Changelog ##
### 1.2 ###
* Introduce `get_redirect_data()` method to look up a post ID's redirect.
* Introduce PHPUnit tests
* Conform to current VIP Go Coding Standards.
### 1.1 ### ### 1.1 ###
* Introduce a filter to change the metabox title for clarity. Does break translation for that string if used. * Introduce a filter to change the metabox title for clarity. Does break translation for that string if used.
* Add additional HTML classes in the metabox to aid customization. * Add additional HTML classes in the metabox to aid customization.
...@@ -62,6 +67,9 @@ Using the `epr_post_types` filter, one can modify the default array of object ty ...@@ -62,6 +67,9 @@ Using the `epr_post_types` filter, one can modify the default array of object ty
## Upgrade Notice ## ## Upgrade Notice ##
### 1.2 ###
Introduces `get_redirect_data()` method along with unit tests and PHPCS cleanup.
### 1.0.4 ### ### 1.0.4 ###
Implements singleton pattern for instantiation. No functional changes are included in this release. Implements singleton pattern for instantiation. No functional changes are included in this release.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Plugin Name: External Permalinks Redux * Plugin Name: External Permalinks Redux
* Plugin URI: http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/ * Plugin URI: http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/
* Description: Allows users to point WordPress objects (posts, pages, custom post types) to a URL of your choosing. Inspired by and backwards-compatible with <a href="http://txfx.net/wordpress-plugins/page-links-to/">Page Links To</a> by Mark Jaquith. Written for use on WordPress.com VIP. * Description: Allows users to point WordPress objects (posts, pages, custom post types) to a URL of your choosing. Inspired by and backwards-compatible with <a href="http://txfx.net/wordpress-plugins/page-links-to/">Page Links To</a> by Mark Jaquith. Written for use on WordPress.com VIP.
* Version: 1.1 * Version: 1.2
* Author: Erick Hitter & Oomph, Inc. * Author: Erick Hitter & Oomph, Inc.
* Author URI: http://www.thinkoomph.com/ * Author URI: http://www.thinkoomph.com/
* *
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
# This file is distributed under the same license as the External Permalinks Redux package. # This file is distributed under the same license as the External Permalinks Redux package.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: External Permalinks Redux 1.1\n" "Project-Id-Version: External Permalinks Redux 1.2\n"
"Report-Msgid-Bugs-To: " "Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/external-permalinks-redux\n" "https://wordpress.org/support/plugin/external-permalinks-redux\n"
"POT-Creation-Date: 2019-04-14 05:26:23+00:00\n" "POT-Creation-Date: 2019-04-17 03:11:05+00:00\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
...@@ -25,11 +25,11 @@ msgstr "" ...@@ -25,11 +25,11 @@ msgstr ""
"X-Poedit-Bookmarks: \n" "X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n" "X-Textdomain-Support: yes\n"
#: external-permalinks-redux.php:77 #: external-permalinks-redux.php:97
msgid "Temporary (302)" msgid "Temporary (302)"
msgstr "" msgstr ""
#: external-permalinks-redux.php:78 #: external-permalinks-redux.php:98
msgid "Permanent (301)" msgid "Permanent (301)"
msgstr "" msgstr ""
...@@ -37,19 +37,19 @@ msgstr "" ...@@ -37,19 +37,19 @@ msgstr ""
msgid "External Permalinks Redux" msgid "External Permalinks Redux"
msgstr "" msgstr ""
#: external-permalinks-redux.php:127 #: external-permalinks-redux.php:136
msgid "Destination Address:" msgid "Destination Address:"
msgstr "" msgstr ""
#: external-permalinks-redux.php:131 #: external-permalinks-redux.php:140
msgid "To restore the original permalink, remove the link entered above." msgid "To restore the original permalink, remove the link entered above."
msgstr "" msgstr ""
#: external-permalinks-redux.php:136 #: external-permalinks-redux.php:145
msgid "Redirect Type:" msgid "Redirect Type:"
msgstr "" msgstr ""
#: external-permalinks-redux.php:138 #: external-permalinks-redux.php:147
msgid "-- Select --" msgid "-- Select --"
msgstr "" msgstr ""
......
...@@ -4,7 +4,7 @@ Donate link: http://www.thinkoomph.com/plugins-modules/external-permalinks-redux ...@@ -4,7 +4,7 @@ Donate link: http://www.thinkoomph.com/plugins-modules/external-permalinks-redux
Tags: link, redirect, external link, permalink Tags: link, redirect, external link, permalink
Requires at least: 3.0 Requires at least: 3.0
Tested up to: 5.2 Tested up to: 5.2
Stable tag: 1.1 Stable tag: 1.2
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
...@@ -37,6 +37,11 @@ Using the `epr_post_types` filter, one can modify the default array of object ty ...@@ -37,6 +37,11 @@ Using the `epr_post_types` filter, one can modify the default array of object ty
== Changelog == == Changelog ==
= 1.2 =
* Introduce `get_redirect_data()` method to look up a post ID's redirect.
* Introduce PHPUnit tests
* Conform to current VIP Go Coding Standards.
= 1.1 = = 1.1 =
* Introduce a filter to change the metabox title for clarity. Does break translation for that string if used. * Introduce a filter to change the metabox title for clarity. Does break translation for that string if used.
* Add additional HTML classes in the metabox to aid customization. * Add additional HTML classes in the metabox to aid customization.
...@@ -62,6 +67,9 @@ Using the `epr_post_types` filter, one can modify the default array of object ty ...@@ -62,6 +67,9 @@ Using the `epr_post_types` filter, one can modify the default array of object ty
== Upgrade Notice == == Upgrade Notice ==
= 1.2 =
Introduces `get_redirect_data()` method along with unit tests and PHPCS cleanup.
= 1.0.4 = = 1.0.4 =
Implements singleton pattern for instantiation. No functional changes are included in this release. Implements singleton pattern for instantiation. No functional changes are included in this release.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment