Version Description
- Bug Fixes - sanitizing part 2
Download this release
Release Info
Developer | osamaesh |
Plugin | All 404 Redirect to Homepage |
Version | 2.2 |
Comparing to | |
See all releases |
Code changes from version 2.1 to 2.2
- all-404-redirect-to-homepage.php +3 -3
- functions.php +1 -1
- option_page.php +1 -1
- readme.txt +10 -5
all-404-redirect-to-homepage.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: All 404 Redirect to Homepage
|
4 |
-
Plugin URI:
|
5 |
Description: a plugin to redirect 404 pages to home page or any custom page
|
6 |
Author: wp-buy
|
7 |
-
Version: 2.
|
8 |
-
Author URI:
|
9 |
*/
|
10 |
|
11 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
1 |
<?php
|
2 |
/*
|
3 |
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: 2.2
|
8 |
+
Author URI: https://www.wp-buy.com
|
9 |
*/
|
10 |
|
11 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
functions.php
CHANGED
@@ -15,7 +15,7 @@ function P404REDIRECT_after_plugin_row($plugin_file, $plugin_data, $status)
|
|
15 |
echo '<td colspan="3" class="plugin-update">';
|
16 |
echo '<div id="' .esc_attr($class_name). '-upgradeMsg" class="update-message" style="background:#FFF8E5; padding-left:10px; border-left:#FFB900 solid 4px" >';
|
17 |
|
18 |
-
echo '<span style="color:red">Have many broken links?</span>.<br />keep track of 404 errors using our powerfull <a target="_blank" href="
|
19 |
|
20 |
echo '<span id="HideMe" style="cursor:pointer" ><a href="javascript:void(0)"><strong> Dismiss</strong></a> this message</span>';
|
21 |
echo '</div>';
|
15 |
echo '<td colspan="3" class="plugin-update">';
|
16 |
echo '<div id="' .esc_attr($class_name). '-upgradeMsg" class="update-message" style="background:#FFF8E5; padding-left:10px; border-left:#FFB900 solid 4px" >';
|
17 |
|
18 |
+
echo '<span style="color:red">Have many broken links?</span>.<br />keep track of 404 errors using our powerfull <a target="_blank" href="https://www.wp-buy.com/product/seo-redirection-premium-wordpress-plugin/">SEO Redirection Plugin</a> to show and fix all broken links & 404 errors that occur on your site. or ';
|
19 |
|
20 |
echo '<span id="HideMe" style="cursor:pointer" ><a href="javascript:void(0)"><strong> Dismiss</strong></a> this message</span>';
|
21 |
echo '</div>';
|
option_page.php
CHANGED
@@ -131,5 +131,5 @@ if(count($links)==0){
|
|
131 |
// ---- End of Tabs ----------------
|
132 |
?>
|
133 |
<br/>
|
134 |
-
<b style="color:red">Have many broken links?</b> keep track of 404 errors using our powerfull <a target="_blank" href="
|
135 |
</div></div></div>
|
131 |
// ---- End of Tabs ----------------
|
132 |
?>
|
133 |
<br/>
|
134 |
+
<b style="color:red">Have many broken links?</b> keep track of 404 errors using our powerfull <a target="_blank" href="https://www.wp-buy.com/product/seo-redirection-premium-wordpress-plugin/">SEO Redirection Plugin</a> with an advanced <b>404 Manager</b> and set many rules to handle 404 links
|
135 |
</div></div></div>
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: wp-buy, osama.esh
|
|
3 |
Tags: 404 error, redirection, homepage, redirection, https, automatic redirection, 404 link,redirect, soft 404, redirected, 301 seo redirect, post redirect plugin, broken links, fix 404
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 5.8
|
6 |
-
Stable tag: 2.
|
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 |
|
@@ -33,20 +33,25 @@ Extract the zip file and just drop the contents in the wp-content/plugins/ direc
|
|
33 |
|
34 |
|
35 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
36 |
= 2.1 =
|
37 |
-
* Bug
|
38 |
|
39 |
= 1.21 =
|
40 |
-
* Bug
|
41 |
|
42 |
= 1.19 =
|
43 |
* New GUI
|
44 |
|
45 |
= 1.18 =
|
46 |
-
* Bug
|
47 |
|
48 |
= 1.17 =
|
49 |
-
* Bug
|
50 |
|
51 |
= 1.16 =
|
52 |
* fix upgrade message issue in the plugins page
|
3 |
Tags: 404 error, redirection, homepage, redirection, https, automatic redirection, 404 link,redirect, soft 404, redirected, 301 seo redirect, post redirect plugin, broken links, fix 404
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 5.8
|
6 |
+
Stable tag: 2.2
|
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 |
|
33 |
|
34 |
|
35 |
== Changelog ==
|
36 |
+
|
37 |
+
= 2.2 =
|
38 |
+
* Bug Fixes - sanitizing part 2
|
39 |
+
|
40 |
+
|
41 |
= 2.1 =
|
42 |
+
* Bug fixes - sanitizing
|
43 |
|
44 |
= 1.21 =
|
45 |
+
* Bug fixes
|
46 |
|
47 |
= 1.19 =
|
48 |
* New GUI
|
49 |
|
50 |
= 1.18 =
|
51 |
+
* Bug fixes in the log report
|
52 |
|
53 |
= 1.17 =
|
54 |
+
* Bug fixes
|
55 |
|
56 |
= 1.16 =
|
57 |
* fix upgrade message issue in the plugins page
|