404 to 301 - Version 1.0.6

Version Description

  • Tested with latest version.
  • Improved structure.
Download this release

Release Info

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

Code changes from version 1.0.5 to 1.0.6

Files changed (3) hide show
  1. 404-to-301.php +2 -2
  2. js-404-admin.php +9 -8
  3. readme.txt +13 -10
404-to-301.php CHANGED
@@ -3,9 +3,9 @@
3
  /*
4
  Plugin Name: 404 to 301
5
  Plugin URI: http://www.joelsays.com/plugins/404-to-301/
6
- Description: Redirect all 404 pages to any page using 301 redirect.
7
  Author: Joel James
8
- Version: 1.0.5
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
3
  /*
4
  Plugin Name: 404 to 301
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
js-404-admin.php CHANGED
@@ -24,7 +24,7 @@
24
  <div class="wrap">
25
  <table width="100%">
26
  <tr><td width="70%">
27
- <?php echo "<h3>" . __( '404 to 301', 'oscimp_trdom' ) . " <a href='http://www.joelsays.com/' target='_blank'>Plugin Website</a></h3><h4>More features are coming soon !!</h4>"; ?>
28
  <hr/>
29
  <form name="oscimp_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>">
30
  <input type="hidden" name="js_hidden" value="Y">
@@ -36,18 +36,19 @@
36
  </select></p>
37
  <hr />
38
  <?php echo "<h4>" . __( 'Redirect Page Settings', 'oscimp_trdom' ) . "</h4>"; ?>
39
- <p><?php _e("Redirect to : " ); ?><input type="text" id="link" name="link" value="<?php echo $link; ?>">
40
-
41
  <p class="submit">
42
- <input type="submit" name="Submit" id="submit" value="<?php _e('Update Options', 'oscimp_trdom' ) ?>" />
43
  </p>
44
  </form>
45
- </td><td width="30%" align="center">
46
- <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XUVWY8HUBUXY4" target="_blank"><img src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif"></a><br/>
47
  <h4>If you think my plugin is useful, please consider a small donation.</h4>
48
- <h3>Feel free to use <a href="http://www.joelsays.com/members-area/support/plugin-support-404-to-301/" target="_blank">Support Forum </a>if you have any doubts or feedback</h4></td>
 
49
  </tr></table></div>
50
  <br/><br><hr/>
51
- <div align='center'>
52
  <h4>Main advantage of this plugin is that 404 errors in your website will not be considered as error pages.<br/>Automatically creates a 301 permanent redirect if a 404 link found to your website.</h4><br/><h3>Check <a href='https://support.google.com/webmasters/answer/93633?hl=en' target='_blank'>Official Google Page</a> to know more about 301 redirect</h3>
53
  </div>
24
  <div class="wrap">
25
  <table width="100%">
26
  <tr><td width="70%">
27
+ <?php echo "<h3>" . __( '404 to 301', 'oscimp_trdom' ) . " <a href='http://www.joelsays.com/plugins/404-to-301/' target='_blank'>Plugin Website</a></h3>"; ?>
28
  <hr/>
29
  <form name="oscimp_form" method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>">
30
  <input type="hidden" name="js_hidden" value="Y">
36
  </select></p>
37
  <hr />
38
  <?php echo "<h4>" . __( 'Redirect Page Settings', 'oscimp_trdom' ) . "</h4>"; ?>
39
+ <p><?php _e("Redirect to : " ); ?><input type="text" id="link" name="link" placeholder="http://example.com" value="<?php echo $link; ?>">
40
+ <p>Please make sure to add http:// to the url
41
  <p class="submit">
42
+ <input type="submit" name="Submit" id="submit" class="button button-primary" value="<?php _e('Update Options', 'oscimp_trdom' ) ?>" />
43
  </p>
44
  </form>
45
+ </td><td width="30%">
46
+ <div align="center"><a style="href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XUVWY8HUBUXY4" target="_blank"><img src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif"></a></div><br/>
47
  <h4>If you think my plugin is useful, please consider a small donation.</h4>
48
+ <h3>Feel free to use <a href="http://www.joelsays.com/members-area/support/plugin-support-404-to-301/" target="_blank">Support Forum </a>if you have any doubts or feedback</h4>
49
+ <h4>Please <a href="https://wordpress.org/support/view/plugin-reviews/404-to-301?filter=5#postform" target="_blank">add a review/rating</a> for this plugin @WordPress</h4></td>
50
  </tr></table></div>
51
  <br/><br><hr/>
52
+ <div>
53
  <h4>Main advantage of this plugin is that 404 errors in your website will not be considered as error pages.<br/>Automatically creates a 301 permanent redirect if a 404 link found to your website.</h4><br/><h3>Check <a href='https://support.google.com/webmasters/answer/93633?hl=en' target='_blank'>Official Google Page</a> to know more about 301 redirect</h3>
54
  </div>
readme.txt CHANGED
@@ -1,14 +1,14 @@
1
  === 404 to 301 ===
2
- Contributors: joelcj91
3
- Tags: 404, 301, 302, 307, not found, 404 redirect, 404 to 301, 301 redirect
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: 3.9.1
7
- Stable tag: 1.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Automatically redirect all 404 page errors to any page using 301 redirect for SEO.
12
 
13
  == Description ==
14
 
@@ -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.5
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.5 =
73
  * Bug fix.
74
  * Fixed permission issue on redirect link on plugin activation.
@@ -89,7 +93,6 @@ You can choose redirection types like 301,302 and 307.
89
 
90
  == Upgrade Notice ==
91
 
92
- = 1.0.5 =
93
-
94
- * Bug fix.
95
- * Fixed permission issue on redirect link on plugin activation.
1
  === 404 to 301 ===
2
+ 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
 
11
+ Automatically redirect all 404 page errors to any page using 301 redirect for SEO. No more 404 Errors in WebMaster tool.
12
 
13
  == Description ==
14
 
34
 
35
  == Support ==
36
 
37
+ Current Version: 1.0.6
38
 
39
  Author: Joel James
40
  Author URI: http://www.joelsays.com/ <br/>
69
 
70
  == Changelog ==
71
 
72
+ = 1.0.6 =
73
+ * Tested with latest version.
74
+ * Improved structure.
75
+
76
  = 1.0.5 =
77
  * Bug fix.
78
  * Fixed permission issue on redirect link on plugin activation.
93
 
94
  == Upgrade Notice ==
95
 
96
+ = 1.0.6 =
97
+ * Tested with latest version.
98
+ * Improved structure.