Removed legacy code for WP prior to 4.6

Statify itself requires WP 4.7, so no reason to stick to legacy code
anymore.
This commit is contained in:
2018-03-21 18:16:25 +01:00
parent 66ddada63e
commit 8c556ca509
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# Statify Blacklist #
* Contributors: Stefan Kalscheuer
* Requires at least: 4.4
* Requires at least: 4.7
* Tested up to: 4.9
* Requires PHP: 5.5
* Stable tag: 1.4.3
@@ -46,7 +46,7 @@ The plugin is capable of handling multisite installations.
### Requirements ###
* PHP 5.5 or above
* WordPress 4.4 or above
* WordPress 4.7 or above
* Statify plugin installed and activated (1.5.0 or above)
## Frequently Asked Questions ##
@@ -82,6 +82,9 @@ Because of this, an IP blacklist can only be applied while processing the reques
## Changelog ##
### 1.5.0 / unreleased ###
* Minimum required WordPress version is 4.7
### 1.4.3 / 09.01.2018 ###
* Fix issues with multisite installation (#11)