Version Description
Download this release
Release Info
Developer | niteoweb |
Plugin | Spider Blocker |
Version | 1.0.22 |
Comparing to | |
See all releases |
Code changes from version 1.0.19 to 1.0.22
- index.php +4 -2
- readme.txt +3 -3
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.0.
|
9 |
* Runtime: 5.3+
|
10 |
* Author: Easy Blog Networks
|
11 |
* Text Domain: spiderblocker
|
@@ -855,7 +855,9 @@ class SpiderBlocker {
|
|
855 |
public function view_handler_scripts() {
|
856 |
wp_register_script( 'spiderblocker-angular', 'https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js', array( 'jquery' ), '1.0.18', false );
|
857 |
wp_enqueue_script( 'spiderblocker-angular' );
|
858 |
-
|
|
|
|
|
859 |
}
|
860 |
|
861 |
}
|
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.0.22
|
9 |
* Runtime: 5.3+
|
10 |
* Author: Easy Blog Networks
|
11 |
* Text Domain: spiderblocker
|
855 |
public function view_handler_scripts() {
|
856 |
wp_register_script( 'spiderblocker-angular', 'https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js', array( 'jquery' ), '1.0.18', false );
|
857 |
wp_enqueue_script( 'spiderblocker-angular' );
|
858 |
+
|
859 |
+
wp_enqueue_script( 'thickbox' );
|
860 |
+
wp_enqueue_style( 'thickbox' );
|
861 |
}
|
862 |
|
863 |
}
|
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.0.
|
7 |
|
8 |
SpiderBlocker will block most common bots that consume bandwidth and slow down your server.
|
9 |
|
@@ -23,4 +23,4 @@ with Apache server and mod_rewrite enabled.
|
|
23 |
1. Upload 'spider-blocker' directory to the '/wp-content/plugins/' directory
|
24 |
2. Activate the plugin through the 'Plugins' menu in WordPress
|
25 |
3. Go to **Tools** menu and then **SpiderBlocker* to configure
|
26 |
-
4. If you use any other plugin to edit .
|
2 |
Contributors: niteoweb
|
3 |
Tags: seo, block, bots, htaccess, apache, secure
|
4 |
Requires at least: 4.0
|
5 |
+
Tested up to: 5.1.1
|
6 |
+
Stable tag: 1.0.22
|
7 |
|
8 |
SpiderBlocker will block most common bots that consume bandwidth and slow down your server.
|
9 |
|
23 |
1. Upload 'spider-blocker' directory to the '/wp-content/plugins/' directory
|
24 |
2. Activate the plugin through the 'Plugins' menu in WordPress
|
25 |
3. Go to **Tools** menu and then **SpiderBlocker* to configure
|
26 |
+
4. If you use any other plugin to edit .htaccess file, make sure that content of file is valid
|