From 58df69de0c68b92c7fe2b2785d2aec5a8f22d793 Mon Sep 17 00:00:00 2001 From: Erick Hitter <ehitter@gmail.com> Date: Thu, 7 Jun 2012 11:50:29 -0400 Subject: [PATCH] Readme for 1.0.3 --- readme.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 15b2cba..8945a46 100644 --- a/readme.txt +++ b/readme.txt @@ -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 -- GitLab