Eggplant 301 Redirects - Version 1.3.3

Version Description

  • Fixed major problem when switching from 1.2 to 1.3+
Download this release

Release Info

Developer shawn@eggplantstudios.ca
Plugin Icon 128x128 Eggplant 301 Redirects
Version 1.3.3
Comparing to
See all releases

Code changes from version 1.3.1 to 1.3.3

Files changed (2) hide show
  1. eps-301-redirects.php +3 -3
  2. readme.txt +7 -1
eps-301-redirects.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @package EPS 301 Redirects
17
  * @author Shawn Wernig ( shawn@eggplantstudios.ca )
18
- * @version 1.3.3
19
  */
20
 
21
 
@@ -23,7 +23,7 @@
23
  Plugin Name: Eggplant 301 Redirects
24
  Plugin URI: http://www.eggplantstudios.ca
25
  Description: Create your own 301 redirects using this powerful plugin.
26
- Version: 1.3.3
27
  Author: Shawn Wernig http://www.eggplantstudios.ca
28
  License: GPLv2 or later
29
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -31,7 +31,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
31
 
32
  define ( 'EPS_REDIRECT_PATH', plugin_dir_path(__FILE__) );
33
  define ( 'EPS_REDIRECT_URL', plugin_dir_url( __FILE__ ) );
34
- define ( 'EPS_REDIRECT_VERSION', '1.3.3');
35
 
36
  register_activation_hook(__FILE__, array('EPS_Redirects', 'eps_redirect_activation'));
37
  register_deactivation_hook(__FILE__, array('EPS_Redirects', 'eps_redirect_deactivation'));
15
  *
16
  * @package EPS 301 Redirects
17
  * @author Shawn Wernig ( shawn@eggplantstudios.ca )
18
+ * @version 1.3.4
19
  */
20
 
21
 
23
  Plugin Name: Eggplant 301 Redirects
24
  Plugin URI: http://www.eggplantstudios.ca
25
  Description: Create your own 301 redirects using this powerful plugin.
26
+ Version: 1.3.4
27
  Author: Shawn Wernig http://www.eggplantstudios.ca
28
  License: GPLv2 or later
29
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
31
 
32
  define ( 'EPS_REDIRECT_PATH', plugin_dir_path(__FILE__) );
33
  define ( 'EPS_REDIRECT_URL', plugin_dir_url( __FILE__ ) );
34
+ define ( 'EPS_REDIRECT_VERSION', '1.3.4');
35
 
36
  register_activation_hook(__FILE__, array('EPS_Redirects', 'eps_redirect_activation'));
37
  register_deactivation_hook(__FILE__, array('EPS_Redirects', 'eps_redirect_deactivation'));
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: none
4
  Tags: 301 redirects, redirects
5
  Requires at least: 3.0.1
6
  Tested up to: 3.5
7
- Stable tag: 1.3.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -75,6 +75,9 @@ Click the small X beside the redirect you wish to remove. Save changes.
75
 
76
  == Changelog ==
77
 
 
 
 
78
  = 1.3.3 =
79
  * Fixed major problem when switching from 1.2 to 1.3+
80
 
@@ -97,6 +100,9 @@ Click the small X beside the redirect you wish to remove. Save changes.
97
 
98
  == Upgrade Notice ==
99
 
 
 
 
100
  = 1.3.3 =
101
  Compatibility update for users upgrading from 1.2 to 1.3+ - Update ASAP.
102
 
4
  Tags: 301 redirects, redirects
5
  Requires at least: 3.0.1
6
  Tested up to: 3.5
7
+ Stable tag: 1.3.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
75
 
76
  == Changelog ==
77
 
78
+ = 1.3.4 =
79
+ * Fixed nonce validation problem which would prevent saving of new redirects. Special Thanks to Bruce Zlotowitz for all his testing!
80
+
81
  = 1.3.3 =
82
  * Fixed major problem when switching from 1.2 to 1.3+
83
 
100
 
101
  == Upgrade Notice ==
102
 
103
+ = 1.3.4 =
104
+ Fixed a bug when saving new redirects.
105
+
106
  = 1.3.3 =
107
  Compatibility update for users upgrading from 1.2 to 1.3+ - Update ASAP.
108