Version Description
Download this release
Release Info
Developer | niteoweb |
Plugin | Spider Blocker |
Version | 1.3.2 |
Comparing to | |
See all releases |
Code changes from version 1.3.1 to 1.3.2
- i18n/spiderblocker.pot +1 -1
- index.php +2 -2
- readme.txt +2 -2
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.
|
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.2\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.
|
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.
|
38 |
|
39 |
/**
|
40 |
* @var string
|
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.2
|
9 |
* Runtime: 5.6+
|
10 |
* Author: Easy Blog Networks
|
11 |
* Text Domain: spiderblocker
|
34 |
/**
|
35 |
* @var string
|
36 |
*/
|
37 |
+
const PLUGIN_VERSION = '1.3.2';
|
38 |
|
39 |
/**
|
40 |
* @var string
|
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:
|
6 |
-
Stable tag: 1.3.
|
7 |
|
8 |
SpiderBlocker will block most common bots that consume bandwidth and slow down your server.
|
9 |
|
2 |
Contributors: niteoweb
|
3 |
Tags: seo, block, bots, htaccess, apache, secure
|
4 |
Requires at least: 4.0
|
5 |
+
Tested up to: 6.0.1
|
6 |
+
Stable tag: 1.3.2
|
7 |
|
8 |
SpiderBlocker will block most common bots that consume bandwidth and slow down your server.
|
9 |
|