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

Readme for 1.0.3

parent 3f50d60a
No related branches found
No related tags found
No related merge requests found
......@@ -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: 3.4
Stable tag: 1.0.2
Stable tag: 1.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
......@@ -37,6 +37,9 @@ Using the `epr_post_types` filter, one can modify the default array of object ty
== Changelog ==
= 1.0.3 =
* Increase priority of `init` action to ensure that the filters it contains are available to other plugins. Thanks batmoo.
= 1.0.2 =
* Add status codes filter. Thanks [danielbachhuber](http://wordpress.org/support/topic/plugin-external-permalinks-redux-support-custom-status-codes).
* Correct translation string implementation, removing variable name.
......@@ -47,4 +50,9 @@ Using the `epr_post_types` filter, one can modify the default array of object ty
= 1.0 =
* Initial release in WordPress.org repository.
* Rewrote original WordPress.com VIP plugin into a class and added support for custom post types.
\ No newline at end of file
* Rewrote original WordPress.com VIP plugin into a class and added support for custom post types.
== Upgrade Notice ==
= 1.0.3 =
Ensures that filters are available to plugins and themes. Recommended for anyone trying to hook to those filters.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment