Version Description
- Added official website details.
=
Download this release
Release Info
Developer | joelcj91 |
Plugin | 404 to 301 |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- 404-to-301.php +1 -1
- readme.txt +10 -6
404-to-301.php
CHANGED
@@ -5,7 +5,7 @@
|
|
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.
|
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: Redirect all 404 pages to any page using 301 redirect.
|
7 |
Author: Joel James
|
8 |
+
Version: 1.0.1
|
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
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -14,12 +14,12 @@ Automatically redirect all 404 page errors to any page using 301 redirect for SE
|
|
14 |
|
15 |
If your website has some 404 error pages then it will affect your SEO badly. Users will leave your site if they get 404 not found error.
|
16 |
|
17 |
-
Using this plugin you can redirect users or Google bot to any other pages using 301 redirect method. That will show them as permanently moved and it is good for SEO.
|
18 |
|
19 |
Also you can use 302 and 307 redirect too (Temporary redirect method).
|
20 |
|
21 |
|
22 |
-
Features of 404 to 301 plugin are,
|
23 |
|
24 |
* You can use any link to redirect.
|
25 |
* No more 404 errors.
|
@@ -34,10 +34,11 @@ Features of 404 to 301 plugin are,
|
|
34 |
|
35 |
== Support ==
|
36 |
|
37 |
-
Current Version: 1.0.
|
38 |
|
39 |
Author: Joel James
|
40 |
Author URI: http://www.joelsays.com/
|
|
|
41 |
|
42 |
|
43 |
== Installation ==
|
@@ -70,9 +71,12 @@ You can choose redirection types like 301,302 and 307.
|
|
70 |
= 1.0.0 =
|
71 |
* Added first version with basic options.
|
72 |
|
|
|
|
|
|
|
73 |
|
74 |
|
75 |
== Upgrade Notice ==
|
76 |
|
77 |
-
= 1.0.
|
78 |
-
Added
|
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.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
14 |
|
15 |
If your website has some 404 error pages then it will affect your SEO badly. Users will leave your site if they get 404 not found error.
|
16 |
|
17 |
+
Using <a href="http://www.joelsays.com/plugins/404-to-301/">this plugin</a> you can redirect users or Google bot to any other pages using 301 redirect method. That will show them as permanently moved and it is good for SEO.
|
18 |
|
19 |
Also you can use 302 and 307 redirect too (Temporary redirect method).
|
20 |
|
21 |
|
22 |
+
Features of <a href="http://www.joelsays.com/plugins/404-to-301/">404 to 301</a> plugin are,
|
23 |
|
24 |
* You can use any link to redirect.
|
25 |
* No more 404 errors.
|
34 |
|
35 |
== Support ==
|
36 |
|
37 |
+
Current Version: 1.0.1
|
38 |
|
39 |
Author: Joel James
|
40 |
Author URI: http://www.joelsays.com/
|
41 |
+
<a href="http://www.joelsays.com/plugins/404-to-301/">Plugin Website</a>
|
42 |
|
43 |
|
44 |
== Installation ==
|
71 |
= 1.0.0 =
|
72 |
* Added first version with basic options.
|
73 |
|
74 |
+
= 1.0.1 =
|
75 |
+
* Added official website details.
|
76 |
+
|
77 |
|
78 |
|
79 |
== Upgrade Notice ==
|
80 |
|
81 |
+
= 1.0.1 =
|
82 |
+
Added <a href="http://www.joelsays.com/plugins/404-to-301/">official website</a> details.
|