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

Bump version number and update readme for v1.0.4.

parent 75d2f8f0
No related branches found
No related tags found
No related merge requests found
...@@ -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.0.3 Version: 1.0.4
Author: Erick Hitter (Oomph, Inc.) Author: Erick Hitter (Oomph, Inc.)
Author URI: http://www.thinkoomph.com/ Author URI: http://www.thinkoomph.com/
......
...@@ -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: 3.4 Tested up to: 3.4
Stable tag: 1.0.3 Stable tag: 1.0.4
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,9 @@ Using the `epr_post_types` filter, one can modify the default array of object ty ...@@ -37,6 +37,9 @@ Using the `epr_post_types` filter, one can modify the default array of object ty
== Changelog == == Changelog ==
= 1.0.4 =
* Implement singleton pattern for instantiation. Thanks batmoo.
= 1.0.3 = = 1.0.3 =
* Increase priority of `init` action to ensure that the filters it contains are available to other plugins. Thanks batmoo. * Increase priority of `init` action to ensure that the filters it contains are available to other plugins. Thanks batmoo.
...@@ -54,5 +57,8 @@ Using the `epr_post_types` filter, one can modify the default array of object ty ...@@ -54,5 +57,8 @@ Using the `epr_post_types` filter, one can modify the default array of object ty
== Upgrade Notice == == Upgrade Notice ==
= 1.0.4 =
Implements singleton pattern for instantiation. No functional changes are included in this release.
= 1.0.3 = = 1.0.3 =
Ensures that filters are available to plugins and themes. Recommended for anyone trying to hook to those filters. 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.
Finish editing this message first!
Please register or to comment