Redirect 404 To Homepage - Version 1.0.5

Version Description

  • updated recommended plugins
Download this release

Release Info

Developer littlebizzy
Plugin Icon 128x128 Redirect 404 To Homepage
Version 1.0.5
Comparing to
See all releases

Code changes from version 1.0.4 to 1.0.5

Files changed (3) hide show
  1. 404-to-homepage.php +1 -1
  2. admin-notices.php +5 -0
  3. readme.txt +6 -2
404-to-homepage.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: 404 To Homepage
4
  Plugin URI: https://www.littlebizzy.com/plugins/404-to-homepage
5
  Description: Redirects all 404 (Not Found) errors to the homepage for a better user experience, less abuse from bots, and 100% elimination of Google GSC warnings.
6
- Version: 1.0.4
7
  Author: LittleBizzy
8
  Author URI: https://www.littlebizzy.com
9
  License: GPL3
3
  Plugin Name: 404 To Homepage
4
  Plugin URI: https://www.littlebizzy.com/plugins/404-to-homepage
5
  Description: Redirects all 404 (Not Found) errors to the homepage for a better user experience, less abuse from bots, and 100% elimination of Google GSC warnings.
6
+ Version: 1.0.5
7
  Author: LittleBizzy
8
  Author URI: https://www.littlebizzy.com
9
  License: GPL3
admin-notices.php CHANGED
@@ -32,6 +32,11 @@ final class NTFTHP_Admin_Suggestions {
32
  'desc' => 'Useful statistics about the server OS, CPU, RAM, load average, memory usage, IP address, hostname, timezone, disk space, PHP, MySQL, caches, etc.',
33
  'filename' => 'server-status.php',
34
  ),
 
 
 
 
 
35
  'remove-query-strings-littlebizzy' => array(
36
  'name' => 'Remove Query Strings',
37
  'desc' => 'Removes all query strings from static resources meaning that proxy servers and beyond can better cache your site content (plus, better SEO scores).',
32
  'desc' => 'Useful statistics about the server OS, CPU, RAM, load average, memory usage, IP address, hostname, timezone, disk space, PHP, MySQL, caches, etc.',
33
  'filename' => 'server-status.php',
34
  ),
35
+ 'duplicate-post-littlebizzy' => array(
36
+ 'name' => 'Duplicate Post',
37
+ 'desc' => 'Easily duplicate (clone) any blog post, custom post, or page in WordPress which are then saved in Draft mode, saving you tons of time and headache.',
38
+ 'filename' => 'duplicate-post.php',
39
+ ),
40
  'remove-query-strings-littlebizzy' => array(
41
  'name' => 'Remove Query Strings',
42
  'desc' => 'Removes all query strings from static resources meaning that proxy servers and beyond can better cache your site content (plus, better SEO scores).',
readme.txt CHANGED
@@ -4,7 +4,8 @@ Contributors: littlebizzy
4
  Tags: 404, homepage, home, not found, errors, page, missing, 301, redirect, htaccess
5
  Requires at least: 4.4
6
  Tested up to: 4.8
7
- Stable tag: 1.0.4
 
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -80,6 +81,9 @@ Please avoid leaving negative reviews in order to get a feature implemented. Ins
80
 
81
  == Changelog ==
82
 
 
 
 
83
  = 1.0.4 =
84
  * minor code tweaks
85
 
@@ -93,5 +97,5 @@ Please avoid leaving negative reviews in order to get a feature implemented. Ins
93
  = 1.0.1 =
94
  * updated plugin meta
95
 
96
- = 1.0 =
97
  * initial release
4
  Tags: 404, homepage, home, not found, errors, page, missing, 301, redirect, htaccess
5
  Requires at least: 4.4
6
  Tested up to: 4.8
7
+ Requires PHP: 7.0
8
+ Stable tag: 1.0.5
9
  License: GPL3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
81
 
82
  == Changelog ==
83
 
84
+ = 1.0.5 =
85
+ * updated recommended plugins
86
+
87
  = 1.0.4 =
88
  * minor code tweaks
89
 
97
  = 1.0.1 =
98
  * updated plugin meta
99
 
100
+ = 1.0.0 =
101
  * initial release