Redirect 404 To Homepage - Version 1.0.12

Version Description

  • updated recommended plugins
Download this release

Release Info

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

Code changes from version 1.0.11 to 1.0.12

Files changed (3) hide show
  1. 404-to-homepage.php +2 -2
  2. admin-notices.php +5 -10
  3. readme.txt +8 -5
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.11
7
  Author: LittleBizzy
8
  Author URI: https://www.littlebizzy.com
9
  License: GPLv3
@@ -31,7 +31,7 @@ if (!function_exists('add_action'))
31
  // Plugin constants
32
  define('NTFTHP_FILE', __FILE__);
33
  define('NTFTHP_PATH', dirname(NTFTHP_FILE));
34
- define('NTFTHP_VERSION', '1.0.11');
35
 
36
 
37
  /* 404 hooks */
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.12
7
  Author: LittleBizzy
8
  Author URI: https://www.littlebizzy.com
9
  License: GPLv3
31
  // Plugin constants
32
  define('NTFTHP_FILE', __FILE__);
33
  define('NTFTHP_PATH', dirname(NTFTHP_FILE));
34
+ define('NTFTHP_VERSION', '1.0.12');
35
 
36
 
37
  /* 404 hooks */
admin-notices.php CHANGED
@@ -34,6 +34,11 @@ final class NTFTHP_Admin_Notices {
34
  private $days_dismissing_suggestions = 180; // 6 months reappear
35
  private $suggestions_message = '%plugin% recommends the following free plugins:';
36
  private $suggestions = array(
 
 
 
 
 
37
  'force-https-littlebizzy' => array(
38
  'name' => 'Force HTTPS',
39
  'desc' => 'Redirects all HTTP requests to the HTTPS version and fixes all insecure static resources without altering the database (also works with CloudFlare).',
@@ -49,21 +54,11 @@ final class NTFTHP_Admin_Notices {
49
  'desc' => 'Completely disables author archives which then become 404 errors, converts author links to homepage links, and works with or without fancy permalinks.',
50
  'filename' => 'disable-author-pages.php',
51
  ),
52
- 'disable-search-littlebizzy' => array(
53
- 'name' => 'Disable Search',
54
- 'desc' => 'Completely disables the built-in WordPress search function to prevent snoopers or bots from querying your database or slowing down your website.',
55
- 'filename' => 'disable-search.php',
56
- ),
57
  'duplicate-post-littlebizzy' => array(
58
  'name' => 'Duplicate Post',
59
  'desc' => 'Easily duplicate (clone) any post, custom post, or page which are then saved in Draft mode, saving you tons of time and headache (no settings page).',
60
  'filename' => 'duplicate-post.php',
61
  ),
62
- 'server-status-littlebizzy' => array(
63
- 'name' => 'Server Status',
64
- 'desc' => 'Useful statistics about the server OS, CPU, RAM, load average, memory usage, IP address, hostname, timezone, disk space, PHP, MySQL, caches, etc.',
65
- 'filename' => 'server-status.php',
66
- ),
67
  );
68
 
69
 
34
  private $days_dismissing_suggestions = 180; // 6 months reappear
35
  private $suggestions_message = '%plugin% recommends the following free plugins:';
36
  private $suggestions = array(
37
+ 'speed-demon-littlebizzy' => array(
38
+ 'name' => 'Speed Demon',
39
+ 'desc' => 'A powerful bundle of lightweight tweaks that drastically improve the loading speed of WordPress by reducing bloat and improving overall efficiency.',
40
+ 'filename' => 'speed-demon.php',
41
+ ),
42
  'force-https-littlebizzy' => array(
43
  'name' => 'Force HTTPS',
44
  'desc' => 'Redirects all HTTP requests to the HTTPS version and fixes all insecure static resources without altering the database (also works with CloudFlare).',
54
  'desc' => 'Completely disables author archives which then become 404 errors, converts author links to homepage links, and works with or without fancy permalinks.',
55
  'filename' => 'disable-author-pages.php',
56
  ),
 
 
 
 
 
57
  'duplicate-post-littlebizzy' => array(
58
  'name' => 'Duplicate Post',
59
  'desc' => 'Easily duplicate (clone) any post, custom post, or page which are then saved in Draft mode, saving you tons of time and headache (no settings page).',
60
  'filename' => 'duplicate-post.php',
61
  ),
 
 
 
 
 
62
  );
63
 
64
 
readme.txt CHANGED
@@ -7,7 +7,7 @@ Requires at least: 4.4
7
  Tested up to: 4.9
8
  Requires PHP: 7.0
9
  Multisite support: No
10
- Stable tag: 1.0.11
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
13
  Prefix: NTFTHP
@@ -176,6 +176,9 @@ Please avoid leaving negative reviews in order to get a feature implemented. Ins
176
 
177
  == Changelog ==
178
 
 
 
 
179
  = 1.0.11 =
180
  * updated plugin meta
181
 
@@ -184,13 +187,13 @@ Please avoid leaving negative reviews in order to get a feature implemented. Ins
184
  * updated recommended plugins
185
 
186
  = 1.0.9 =
187
- * better support for `define('DISABLE_NAG_NOTICES', true);`
188
 
189
  = 1.0.8 =
190
  * tested with WP 4.9
191
- * partial support for `define('DISABLE_NAG_NOTICES', true);`
192
- * updated plugin meta
193
  * updated recommended plugins
 
194
 
195
  = 1.0.7 =
196
  * optimized plugin code
@@ -208,7 +211,7 @@ Please avoid leaving negative reviews in order to get a feature implemented. Ins
208
  * optimized plugin code
209
 
210
  = 1.0.3 =
211
- * added recommended plugin notices
212
 
213
  = 1.0.2 =
214
  * tested with WP 4.8
7
  Tested up to: 4.9
8
  Requires PHP: 7.0
9
  Multisite support: No
10
+ Stable tag: 1.0.12
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
13
  Prefix: NTFTHP
176
 
177
  == Changelog ==
178
 
179
+ = 1.0.12 =
180
+ * updated recommended plugins
181
+
182
  = 1.0.11 =
183
  * updated plugin meta
184
 
187
  * updated recommended plugins
188
 
189
  = 1.0.9 =
190
+ * better support for `DISABLE_NAG_NOTICES`
191
 
192
  = 1.0.8 =
193
  * tested with WP 4.9
194
+ * partial support for `DISABLE_NAG_NOTICES`
 
195
  * updated recommended plugins
196
+ * updated plugin meta
197
 
198
  = 1.0.7 =
199
  * optimized plugin code
211
  * optimized plugin code
212
 
213
  = 1.0.3 =
214
+ * added recommended plugins notice
215
 
216
  = 1.0.2 =
217
  * tested with WP 4.8