One-time execution added

This commit is contained in:
2016-08-15 11:25:02 +02:00
parent 0a001acac9
commit 949bf9d26f
5 changed files with 94 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
# Statify Blacklist #
* Contributors: Stefan Kalscheuer
* Requires at least: 3.9
* Tested up to: 4.5
* Stable tag: 1.0.0
* Tested up to: 4.5.3
* Stable tag: 1.1.0
* License: GPLv3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -15,9 +15,12 @@ This plugin adds customizable blacklist to Statify to allow blocking of referer
####Referer Blacklist
Add a list of domains (for simplicity onl second-level, e.g. _example.com_ which blocks _everything.example.com_).
#### CleanUp Database
Filters can be applied to data stored in database after modifying filter rules or for one-time clean-up.
### Compatibility ###
This plugin requires Statify to be installed. The extension has been tested with Statify 1.4.3
This plugin requires Statify to be installed. The extension has been tested with Statify 1.4.2
The plugin is capable of handling multisite installations.
### Credits ###
@@ -28,4 +31,12 @@ The plugin is capable of handling multisite installations.
### Requirements ###
* PHP 5.2.4
* WordPress 3.9
* WordPress 3.9
* Statify plugin installed and activated (tested with 1.4.2)
## Changelog
#### 1.1.0 / 15.08.2016
* One-time execution on database
#### 1.0.0 / 14.08.2016
* First release