Bump required WordPress version to 4.4 (#10)

This commit is contained in:
Stefan Kalscheuer 2017-08-17 19:58:12 +02:00
parent bc32bd66db
commit 58ac6e36f1

View File

@ -1,6 +1,6 @@
# Statify Blacklist # # Statify Blacklist #
* Contributors: Stefan Kalscheuer * Contributors: Stefan Kalscheuer
* Requires at least: 3.9 * Requires at least: 4.4
* Tested up to: 4.8 * Tested up to: 4.8
* Stable tag: 1.4.1 * Stable tag: 1.4.1
* License: GPLv2 or later * License: GPLv2 or later
@ -45,7 +45,7 @@ The plugin is capable of handling multisite installations.
### Requirements ### ### Requirements ###
* PHP 5.5 or above * PHP 5.5 or above
* WordPress 3.9 or above * WordPress 4.4 or above
* Statify plugin installed and activated (tested up to 1.5.1) * Statify plugin installed and activated (tested up to 1.5.1)
## Frequently Asked Questions ## ## Frequently Asked Questions ##
@ -86,6 +86,7 @@ Because of this, an IP blacklist can only be applied while processing the reques
* Fix filter hook if referer is disabled (#9) * Fix filter hook if referer is disabled (#9)
* Fix problem with faulty IPv6 netmask in IP blacklist * Fix problem with faulty IPv6 netmask in IP blacklist
* Minor changes for WP Coding Standard * Minor changes for WP Coding Standard
* Minimum required WordPress version is 4.4 (#10)
### 1.4.0 / 10.06.2017 ### ### 1.4.0 / 10.06.2017 ###
* IP blacklist implemented (#7) * IP blacklist implemented (#7)