Spider Blocker - Version 1.3.1

Version Description

Download this release

Release Info

Developer niteoweb
Plugin Icon 128x128 Spider Blocker
Version 1.3.1
Comparing to
See all releases

Code changes from version 1.3.0 to 1.3.1

Files changed (3) hide show
  1. i18n/spiderblocker.pot +1 -1
  2. index.php +15 -9
  3. readme.txt +11 -7
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.3.0\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.3.1\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.3.0
9
  * Runtime: 5.6+
10
  * Author: Easy Blog Networks
11
  * Text Domain: spiderblocker
@@ -34,7 +34,7 @@ class SpiderBlocker {
34
  /**
35
  * @var string
36
  */
37
- const PLUGIN_VERSION = '1.3.0';
38
 
39
  /**
40
  * @var string
@@ -289,22 +289,28 @@ class SpiderBlocker {
289
  'state' => true,
290
  ),
291
  array(
292
- 'state' => true,
293
- 're' => 'Baiduspider',
294
  'name' => 'Baidu',
 
295
  'desc' => 'http://www.baidu.com/search/robots_english.html',
 
296
  ),
297
  array(
298
- 'state' => true,
299
- 're' => 'serpstat',
300
  'name' => 'Serpstat',
 
301
  'desc' => 'https://serpstat.com/',
 
302
  ),
303
  array(
304
- 'state' => true,
305
- 'desc' => 'https://www.spyfu.com/',
306
- 're' => 'spyfu',
307
  'name' => 'SpyFu',
 
 
 
 
 
 
 
 
 
308
  ),
309
  );
310
 
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.3.1
9
  * Runtime: 5.6+
10
  * Author: Easy Blog Networks
11
  * Text Domain: spiderblocker
34
  /**
35
  * @var string
36
  */
37
+ const PLUGIN_VERSION = '1.3.1';
38
 
39
  /**
40
  * @var string
289
  'state' => true,
290
  ),
291
  array(
 
 
292
  'name' => 'Baidu',
293
+ 're' => 'Baiduspider',
294
  'desc' => 'http://www.baidu.com/search/robots_english.html',
295
+ 'state' => true,
296
  ),
297
  array(
 
 
298
  'name' => 'Serpstat',
299
+ 're' => 'serpstat',
300
  'desc' => 'https://serpstat.com/',
301
+ 'state' => true,
302
  ),
303
  array(
 
 
 
304
  'name' => 'SpyFu',
305
+ 're' => 'spyfu',
306
+ 'desc' => 'https://www.spyfu.com/',
307
+ 'state' => true,
308
+ ),
309
+ array(
310
+ 'name' => 'Prlog',
311
+ 're' => 'Prlog',
312
+ 'desc' => 'https://prlog.ru/',
313
+ 'state' => true,
314
  ),
315
  );
316
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: niteoweb
3
  Tags: seo, block, bots, htaccess, apache, secure
4
  Requires at least: 4.0
5
- Tested up to: 5.6.1
6
- Stable tag: 1.3.0
7
 
8
  SpiderBlocker will block most common bots that consume bandwidth and slow down your server.
9
 
@@ -32,18 +32,22 @@ with Apache server and mod_rewrite enabled.
32
 
33
 
34
  == Changelog ==
 
 
 
 
35
  = v1.3.0 =
36
  * Added support for WP v5.6+
37
 
38
  = v1.2.6 =
39
- - Fix issue with class constants
40
 
41
  = v1.2.5 =
42
- - Visual fixes and code clean-up
43
- - Added support for LiteSpeed server
44
 
45
  = v1.2.0 =
46
- - Code clean-up
47
- - Support for the latest version of WordPress
48
 
49
  == Upgrade Notice ==
2
  Contributors: niteoweb
3
  Tags: seo, block, bots, htaccess, apache, secure
4
  Requires at least: 4.0
5
+ Tested up to: 5.7
6
+ Stable tag: 1.3.1
7
 
8
  SpiderBlocker will block most common bots that consume bandwidth and slow down your server.
9
 
32
 
33
 
34
  == Changelog ==
35
+
36
+ = v1.3.1 =
37
+ * Added prlog.ru bot
38
+
39
  = v1.3.0 =
40
  * Added support for WP v5.6+
41
 
42
  = v1.2.6 =
43
+ * Fix issue with class constants
44
 
45
  = v1.2.5 =
46
+ * Visual fixes and code clean-up
47
+ * Added support for LiteSpeed server
48
 
49
  = v1.2.0 =
50
+ * Code clean-up
51
+ * Support for the latest version of WordPress
52
 
53
  == Upgrade Notice ==