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
No related branches found
No related tags found
1 merge request!4Prepare for v1.2 release
Pipeline #881 passed with warnings with stages
in 3 minutes and 26 seconds
......@@ -4,7 +4,7 @@
**Tags:** link, redirect, external link, permalink
**Requires at least:** 3.0
**Tested up to:** 5.2
**Stable tag:** 1.1
**Stable tag:** 1.2
**License:** GPLv2 or later
**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
## 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 ###
* 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.
......@@ -62,6 +67,9 @@ Using the `epr_post_types` filter, one can modify the default array of object ty
## Upgrade Notice ##
### 1.2 ###
Introduces `get_redirect_data()` method along with unit tests and PHPCS cleanup.
### 1.0.4 ###
Implements singleton pattern for instantiation. No functional changes are included in this release.
......
......@@ -3,7 +3,7 @@
* Plugin Name: 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.
* Version: 1.1
* Version: 1.2
* Author: Erick Hitter & Oomph, Inc.
* Author URI: http://www.thinkoomph.com/
*
......
......@@ -2,10 +2,10 @@
# This file is distributed under the same license as the External Permalinks Redux package.
msgid ""
msgstr ""
"Project-Id-Version: External Permalinks Redux 1.1\n"
"Project-Id-Version: External Permalinks Redux 1.2\n"
"Report-Msgid-Bugs-To: "
"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"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
......@@ -25,11 +25,11 @@ msgstr ""
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
#: external-permalinks-redux.php:77
#: external-permalinks-redux.php:97
msgid "Temporary (302)"
msgstr ""
#: external-permalinks-redux.php:78
#: external-permalinks-redux.php:98
msgid "Permanent (301)"
msgstr ""
......@@ -37,19 +37,19 @@ msgstr ""
msgid "External Permalinks Redux"
msgstr ""
#: external-permalinks-redux.php:127
#: external-permalinks-redux.php:136
msgid "Destination Address:"
msgstr ""
#: external-permalinks-redux.php:131
#: external-permalinks-redux.php:140
msgid "To restore the original permalink, remove the link entered above."
msgstr ""
#: external-permalinks-redux.php:136
#: external-permalinks-redux.php:145
msgid "Redirect Type:"
msgstr ""
#: external-permalinks-redux.php:138
#: external-permalinks-redux.php:147
msgid "-- Select --"
msgstr ""
......
......@@ -4,7 +4,7 @@ Donate link: http://www.thinkoomph.com/plugins-modules/external-permalinks-redux
Tags: link, redirect, external link, permalink
Requires at least: 3.0
Tested up to: 5.2
Stable tag: 1.1
Stable tag: 1.2
License: GPLv2 or later
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
== 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 =
* 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.
......@@ -62,6 +67,9 @@ Using the `epr_post_types` filter, one can modify the default array of object ty
== Upgrade Notice ==
= 1.2 =
Introduces `get_redirect_data()` method along with unit tests and PHPCS cleanup.
= 1.0.4 =
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.
Finish editing this message first!
Please register or to comment