Quick Page/Post Redirect Plugin - Version 4.0.1

Version Description

Download this release

Release Info

Developer prophecy2040
Plugin Icon 128x128 Quick Page/Post Redirect Plugin
Version 4.0.1
Comparing to
See all releases

Code changes from version 4.0 to 4.0.1

Files changed (2) hide show
  1. page_post_redirect_plugin.php +2 -2
  2. readme.txt +2 -2
page_post_redirect_plugin.php CHANGED
@@ -6,7 +6,7 @@ Description: Redirect Pages, Posts or Custom Post Types to another location quic
6
  Author: Don Fischer
7
  Author URI: http://www.fischercreativemedia.com/
8
  Donate link: http://www.fischercreativemedia.com/wordpress-plugins/donate/
9
- Version: 4.0.1
10
 
11
  Version info:
12
  See change log in readme.txt file.
@@ -63,7 +63,7 @@ class quick_page_post_reds {
63
  public $pprmeta_message;
64
 
65
  function __construct() {
66
- $this->ppr_curr_version = '4.0';
67
  $this->ppr_nofollow = array();
68
  $this->ppr_newindow = array();
69
  $this->ppr_url = array();
6
  Author: Don Fischer
7
  Author URI: http://www.fischercreativemedia.com/
8
  Donate link: http://www.fischercreativemedia.com/wordpress-plugins/donate/
9
+ Version: 4.1
10
 
11
  Version info:
12
  See change log in readme.txt file.
63
  public $pprmeta_message;
64
 
65
  function __construct() {
66
+ $this->ppr_curr_version = '4.1';
67
  $this->ppr_nofollow = array();
68
  $this->ppr_newindow = array();
69
  $this->ppr_url = array();
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.fischercreativemedia.com/wordpress-plugins/donate/
4
  Tags: redirect, 301, 302, meta, post, plugin, page, forward, re-direct, nofollow, menu links, posts, pages, admin, 404, custom post types, nav menu
5
  Requires at least: 2.5
6
  Tested up to: 3.2
7
- Stable tag: 4.0.1
8
 
9
  Redirect Pages/Posts to another page/post or external URL. Has edit box as well as global options. Specify the redirect Location and type.
10
 
@@ -182,5 +182,5 @@ Yes, you can, but you do not always need to. If you are redirecting to an extern
182
 
183
  == Upgrade Notice ==
184
 
185
- = 4.0 =
186
  This upgrade contains new features and drastically reduces the plugin overhead on your site. It is strongly recommended that you updgrade.
4
  Tags: redirect, 301, 302, meta, post, plugin, page, forward, re-direct, nofollow, menu links, posts, pages, admin, 404, custom post types, nav menu
5
  Requires at least: 2.5
6
  Tested up to: 3.2
7
+ Stable tag: 4.1
8
 
9
  Redirect Pages/Posts to another page/post or external URL. Has edit box as well as global options. Specify the redirect Location and type.
10
 
182
 
183
  == Upgrade Notice ==
184
 
185
+ = 4.1 =
186
  This upgrade contains new features and drastically reduces the plugin overhead on your site. It is strongly recommended that you updgrade.