Nonce verified; capabilities checked; input sanitized

This commit is contained in:
2016-08-16 08:22:37 +02:00
parent 949bf9d26f
commit aba620277a
6 changed files with 134 additions and 63 deletions

View File

@@ -2,7 +2,7 @@
* Contributors: Stefan Kalscheuer
* Requires at least: 3.9
* Tested up to: 4.5.3
* Stable tag: 1.1.0
* Stable tag: 1.1.1
* License: GPLv3 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -12,31 +12,39 @@ A blacklist extension for the famous [Statify](http://statify.de) Wordpress plug
This plugin adds customizable blacklist to Statify to allow blocking of referer spam or internal interactions.
### Current Features ##
####Referer Blacklist
#### Referer Blacklist ####
Add a list of domains (for simplicity onl second-level, e.g. _example.com_ which blocks _everything.example.com_).
#### CleanUp Database
#### CleanUp Database ####
Filters can be applied to data stored in database after modifying filter rules or for one-time clean-up.
### Compatibility ###
#### Compatibility ####
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 ###
* Author: Stefan Kalscheuer
* Special Thanks to [pluginkollektiv](http://pluginkollektiv.org/) for maintaining _Statify_
## Installation ##
* If you dont know how to install a plugin for WordPress, [heres how](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
* Make sure _Statify_ plugin is installed and active
* Goto _Settings_ -> _Statify Blacklist_ to configure the plugin
### Requirements ###
* PHP 5.2.4
* WordPress 3.9
* Statify plugin installed and activated (tested with 1.4.2)
* Statify plugin installed and activated (tested up to 1.4.3)
## Changelog
#### 1.1.0 / 15.08.2016
## Screenshots ##
1. Statify Blacklist settings page
## Changelog ##
### 1.1.1 / 16.08.2016 ###
* Some security fixes
### 1.1.0 / 15.08.2016 ###
* One-time execution on database
#### 1.0.0 / 14.08.2016
### 1.0.0 / 14.08.2016 ###
* First release