Version Description
- Checking with the last version of wordpress 6.1
Download this release
Release Info
Developer | wp-buy |
Plugin | All 404 Redirect to Homepage |
Version | 3.8 |
Comparing to | |
See all releases |
Code changes from version 3.7 to 3.8
- all-404-redirect-to-homepage.php +1 -1
- readme.txt +6 -3
all-404-redirect-to-homepage.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: All 404 Redirect to Homepage
|
|
4 |
Plugin URI: https://www.wp-buy.com
|
5 |
Description: a plugin to redirect 404 pages to home page or any custom page
|
6 |
Author: wp-buy
|
7 |
-
Version: 3.
|
8 |
Author URI: https://www.wp-buy.com
|
9 |
*/
|
10 |
register_activation_hook( __FILE__, 'p404_modify_htaccess' );
|
4 |
Plugin URI: https://www.wp-buy.com
|
5 |
Description: a plugin to redirect 404 pages to home page or any custom page
|
6 |
Author: wp-buy
|
7 |
+
Version: 3.8
|
8 |
Author URI: https://www.wp-buy.com
|
9 |
*/
|
10 |
register_activation_hook( __FILE__, 'p404_modify_htaccess' );
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== All 404 Redirect to Homepage & Broken images Redirection ===
|
2 |
Contributors: wp-buy, osama.esh
|
3 |
Tags: 404 error, redirection, homepage, broken images, redirection, https, automatic redirection, 404 link,redirect, soft 404, redirected, 301 seo redirect, post redirect plugin, broken links, fix 404
|
4 |
-
Requires at least:
|
5 |
-
Tested up to: 6.
|
6 |
-
Stable tag: 3.
|
7 |
|
8 |
By using this smart plugin, you can fix all 404 error links by redirecting them to homepage using the SEO 301 redirection. Improve your visibility in search engines now..
|
9 |
|
@@ -34,6 +34,9 @@ Extract the zip file and just drop the contents in the wp-content/plugins/ direc
|
|
34 |
|
35 |
== Changelog ==
|
36 |
|
|
|
|
|
|
|
37 |
= 3.7 =
|
38 |
* fix show more link on network sites
|
39 |
|
1 |
=== All 404 Redirect to Homepage & Broken images Redirection ===
|
2 |
Contributors: wp-buy, osama.esh
|
3 |
Tags: 404 error, redirection, homepage, broken images, redirection, https, automatic redirection, 404 link,redirect, soft 404, redirected, 301 seo redirect, post redirect plugin, broken links, fix 404
|
4 |
+
Requires at least: 4.5
|
5 |
+
Tested up to: 6.1
|
6 |
+
Stable tag: 3.8
|
7 |
|
8 |
By using this smart plugin, you can fix all 404 error links by redirecting them to homepage using the SEO 301 redirection. Improve your visibility in search engines now..
|
9 |
|
34 |
|
35 |
== Changelog ==
|
36 |
|
37 |
+
= 3.8 =
|
38 |
+
* Checking with the last version of wordpress 6.1
|
39 |
+
|
40 |
= 3.7 =
|
41 |
* fix show more link on network sites
|
42 |
|