Spider Blocker - Version v1.2.6

Version Description

  • Fix issue with class constants
Download this release

Release Info

Developer niteoweb
Plugin Icon 128x128 Spider Blocker
Version v1.2.6
Comparing to
See all releases

Code changes from version v1.2.5 to v1.2.6

Files changed (3) hide show
  1. i18n/spiderblocker.pot +1 -1
  2. index.php +9 -9
  3. readme.txt +4 -1
i18n/spiderblocker.pot CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Spider Blocker plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Spider Blocker 1.2.5\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/src\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
2
  # This file is distributed under the same license as the Spider Blocker plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Spider Blocker 1.2.6\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/src\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
index.php CHANGED
@@ -5,7 +5,7 @@ namespace Niteoweb\SpiderBlocker;
5
  /**
6
  * Plugin Name: Spider Blocker
7
  * Description: Spider Blocker will block most common bots that consume bandwidth and slow down your server.
8
- * Version: 1.2.5
9
  * Runtime: 5.6+
10
  * Author: Easy Blog Networks
11
  * Text Domain: spiderblocker
@@ -24,42 +24,42 @@ class SpiderBlocker {
24
  /**
25
  * @var string
26
  */
27
- public const PLUGIN_NAME = 'Spider Blocker';
28
 
29
  /**
30
  * @var string
31
  */
32
- public const PLUGIN_BASE = 'spiderblocker/index.php';
33
 
34
  /**
35
  * @var string
36
  */
37
- public const PLUGIN_VERSION = '1.2.5';
38
 
39
  /**
40
  * @var string
41
  */
42
- public const MINIMUM_PHP_VERSION = '5.6';
43
 
44
  /**
45
  * @var string
46
  */
47
- public const MINIMUM_WP_VERSION = '4.2.0';
48
 
49
  /**
50
  * @var string
51
  */
52
- public const OPTIONNAME = 'Niteoweb.SpiderBlocker.Bots';
53
 
54
  /**
55
  * @var string
56
  */
57
- public const NONCE = 'Niteoweb.SpiderBlocker.Nonce';
58
 
59
  /**
60
  * @var string
61
  */
62
- public const CHECKHOOK = 'Niteoweb.SpiderBlocker.CheckHook';
63
 
64
  /**
65
  * @var array
5
  /**
6
  * Plugin Name: Spider Blocker
7
  * Description: Spider Blocker will block most common bots that consume bandwidth and slow down your server.
8
+ * Version: 1.2.6
9
  * Runtime: 5.6+
10
  * Author: Easy Blog Networks
11
  * Text Domain: spiderblocker
24
  /**
25
  * @var string
26
  */
27
+ const PLUGIN_NAME = 'Spider Blocker';
28
 
29
  /**
30
  * @var string
31
  */
32
+ const PLUGIN_BASE = 'spiderblocker/index.php';
33
 
34
  /**
35
  * @var string
36
  */
37
+ const PLUGIN_VERSION = '1.2.6';
38
 
39
  /**
40
  * @var string
41
  */
42
+ const MINIMUM_PHP_VERSION = '5.6';
43
 
44
  /**
45
  * @var string
46
  */
47
+ const MINIMUM_WP_VERSION = '4.2.0';
48
 
49
  /**
50
  * @var string
51
  */
52
+ const OPTIONNAME = 'Niteoweb.SpiderBlocker.Bots';
53
 
54
  /**
55
  * @var string
56
  */
57
+ const NONCE = 'Niteoweb.SpiderBlocker.Nonce';
58
 
59
  /**
60
  * @var string
61
  */
62
+ const CHECKHOOK = 'Niteoweb.SpiderBlocker.CheckHook';
63
 
64
  /**
65
  * @var array
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: niteoweb
3
  Tags: seo, block, bots, htaccess, apache, secure
4
  Requires at least: 4.0
5
  Tested up to: 5.4.2
6
- Stable tag: 1.2.5
7
 
8
  SpiderBlocker will block most common bots that consume bandwidth and slow down your server.
9
 
@@ -32,6 +32,9 @@ with Apache server and mod_rewrite enabled.
32
 
33
 
34
  == Changelog ==
 
 
 
35
  = v1.2.5 =
36
  - Visual fixes and code clean-up
37
  - Added support for LiteSpeed server
3
  Tags: seo, block, bots, htaccess, apache, secure
4
  Requires at least: 4.0
5
  Tested up to: 5.4.2
6
+ Stable tag: 1.2.6
7
 
8
  SpiderBlocker will block most common bots that consume bandwidth and slow down your server.
9
 
32
 
33
 
34
  == Changelog ==
35
+ = v1.2.6 =
36
+ - Fix issue with class constants
37
+
38
  = v1.2.5 =
39
  - Visual fixes and code clean-up
40
  - Added support for LiteSpeed server