Redirection - Version 2.3.16

Version Description

  • Fix export options not showing for some people
Download this release

Release Info

Developer johnny5
Plugin Icon 128x128 Redirection
Version 2.3.16
Comparing to
See all releases

Code changes from version 2.3.15 to 2.3.16

Files changed (2) hide show
  1. readme.txt +6 -3
  2. redirection.php +2 -2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://urbangiraffe.com/about/
4
  Tags: post, admin, seo, pages, manage, 301, 404, redirect, permalink
5
  Requires at least: 3.4
6
  Tested up to: 4.2
7
- Stable tag: 2.3.15
8
 
9
  Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.
10
 
@@ -94,6 +94,9 @@ The plugin works in a similar manner to how WordPress handles permalinks and sho
94
 
95
  == Changelog ==
96
 
 
 
 
97
  = 2.3.15 =
98
  * Fix error on admin page for WP 4.2
99
 
@@ -121,7 +124,7 @@ The plugin works in a similar manner to how WordPress handles permalinks and sho
121
  * More space when editing redirects
122
  * Better detection of regex when importing
123
  * Restore export options
124
- * Fix unncessary protected
125
 
126
  = 2.3.10 =
127
  * Another compatability fix for PHP < 5.3
@@ -129,7 +132,7 @@ The plugin works in a similar manner to how WordPress handles permalinks and sho
129
  * Fix .htaccess duplication, props to Jörg Liwa
130
 
131
  = 2.3.9 =
132
- * Compatability fix for PHP < 5.3
133
 
134
  = 2.3.8 =
135
  * Fix plugin activation error
4
  Tags: post, admin, seo, pages, manage, 301, 404, redirect, permalink
5
  Requires at least: 3.4
6
  Tested up to: 4.2
7
+ Stable tag: 2.3.16
8
 
9
  Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.
10
 
94
 
95
  == Changelog ==
96
 
97
+ = 2.3.16 =
98
+ * Fix export options not showing for some people
99
+
100
  = 2.3.15 =
101
  * Fix error on admin page for WP 4.2
102
 
124
  * More space when editing redirects
125
  * Better detection of regex when importing
126
  * Restore export options
127
+ * Fix unnecessary protected
128
 
129
  = 2.3.10 =
130
  * Another compatability fix for PHP < 5.3
132
  * Fix .htaccess duplication, props to Jörg Liwa
133
 
134
  = 2.3.9 =
135
+ * Compatibility fix for PHP < 5.3
136
 
137
  = 2.3.8 =
138
  * Fix plugin activation error
redirection.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Redirection
4
  Plugin URI: http://urbangiraffe.com/plugins/redirection/
5
  Description: Manage all your 301 redirects and monitor 404 errors
6
- Version: 2.3.15
7
  Author: John Godley
8
  Author URI: http://urbangiraffe.com
9
  ============================================================================================================
@@ -36,7 +36,7 @@ function red_get_options() {
36
 
37
  $defaults = array(
38
  'support' => false,
39
- 'token' => '',
40
  'monitor_post' => 0,
41
  'auto_target' => '',
42
  'expire_redirect' => 7,
3
  Plugin Name: Redirection
4
  Plugin URI: http://urbangiraffe.com/plugins/redirection/
5
  Description: Manage all your 301 redirects and monitor 404 errors
6
+ Version: 2.3.16
7
  Author: John Godley
8
  Author URI: http://urbangiraffe.com
9
  ============================================================================================================
36
 
37
  $defaults = array(
38
  'support' => false,
39
+ 'token' => md5( uniqid() ),
40
  'monitor_post' => 0,
41
  'auto_target' => '',
42
  'expire_redirect' => 7,