404 to 301 - Version 1.0.7

Version Description

  • Fixed options saving issue in admin page.
  • Improved performance.
Download this release

Release Info

Developer joelcj91
Plugin Icon 128x128 404 to 301
Version 1.0.7
Comparing to
See all releases

Code changes from version 1.0.6 to 1.0.7

Files changed (3) hide show
  1. 404-to-301.php +1 -1
  2. js-404-admin.php +1 -1
  3. readme.txt +7 -3
404-to-301.php CHANGED
@@ -5,7 +5,7 @@
5
  Plugin URI: http://www.joelsays.com/plugins/404-to-301/
6
  Description: Automatically redirect all 404 page errors to any page using 301 redirect for SEO. No more 404 Errors in WebMaster tool.
7
  Author: Joel James
8
- Version: 1.0.6
9
  Author URI: http://www.joelsays.com/about/
10
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XUVWY8HUBUXY4
11
  Copyright (c) 2014 Joel James
5
  Plugin URI: http://www.joelsays.com/plugins/404-to-301/
6
  Description: Automatically redirect all 404 page errors to any page using 301 redirect for SEO. No more 404 Errors in WebMaster tool.
7
  Author: Joel James
8
+ Version: 1.0.7
9
  Author URI: http://www.joelsays.com/about/
10
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XUVWY8HUBUXY4
11
  Copyright (c) 2014 Joel James
js-404-admin.php CHANGED
@@ -18,7 +18,7 @@
18
  <?php
19
  } else {
20
  $type = get_option('type');
21
- $username = get_option('link');
22
  }
23
  ?>
24
  <div class="wrap">
18
  <?php
19
  } else {
20
  $type = get_option('type');
21
+ $link = get_option('link');
22
  }
23
  ?>
24
  <div class="wrap">
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: joelcj91,joelsays
3
  Tags: 404, 301, 302, 307, not found, 404 redirect, 404 to 301, 301 redirect, seo
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XUVWY8HUBUXY4
5
  Requires at least: 3.0.1
6
- Tested up to: 4.0.1
7
- Stable tag: 1.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -34,7 +34,7 @@ Features of <a href="http://www.joelsays.com/plugins/404-to-301/">404 to 301</a>
34
 
35
  == Support ==
36
 
37
- Current Version: 1.0.6
38
 
39
  Author: Joel James
40
  Author URI: http://www.joelsays.com/ <br/>
@@ -69,6 +69,10 @@ You can choose redirection types like 301,302 and 307.
69
 
70
  == Changelog ==
71
 
 
 
 
 
72
  = 1.0.6 =
73
  * Tested with latest version.
74
  * Improved structure.
3
  Tags: 404, 301, 302, 307, not found, 404 redirect, 404 to 301, 301 redirect, seo
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XUVWY8HUBUXY4
5
  Requires at least: 3.0.1
6
+ Tested up to: 4.1
7
+ Stable tag: 1.0.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
34
 
35
  == Support ==
36
 
37
+ Current Version: 1.0.7
38
 
39
  Author: Joel James
40
  Author URI: http://www.joelsays.com/ <br/>
69
 
70
  == Changelog ==
71
 
72
+ = 1.0.7 =
73
+ * Fixed options saving issue in admin page.
74
+ * Improved performance.
75
+
76
  = 1.0.6 =
77
  * Tested with latest version.
78
  * Improved structure.