From de6b8fd02487edc4e4765268382046791f48ac18 Mon Sep 17 00:00:00 2001 From: Erick Hitter <ehitter@gmail.com> Date: Fri, 22 Jun 2012 13:22:14 -0400 Subject: [PATCH] Bump version number and update readme for v1.0.4. --- external-permalinks-redux.php | 2 +- readme.txt | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/external-permalinks-redux.php b/external-permalinks-redux.php index 5c0a640..8b58220 100644 --- a/external-permalinks-redux.php +++ b/external-permalinks-redux.php @@ -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.0.3 +Version: 1.0.4 Author: Erick Hitter (Oomph, Inc.) Author URI: http://www.thinkoomph.com/ diff --git a/readme.txt b/readme.txt index 8945a46..f991945 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.3 +Stable tag: 1.0.4 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.4 = +* Implement singleton pattern for instantiation. Thanks batmoo. + = 1.0.3 = * 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 == Upgrade Notice == += 1.0.4 = +Implements singleton pattern for instantiation. No functional changes are included in this release. + = 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