Added compatibility check for WP and PHP version (closes #17)

This commit is contained in:
2018-10-27 18:33:00 +02:00
parent 59ff52cdef
commit 8e6cb5c553
2 changed files with 65 additions and 8 deletions

View File

@@ -85,6 +85,7 @@ Because of this, an IP blacklist can only be applied while processing the reques
### 1.5.0 / unreleased ###
* Minimum required WordPress version is 4.7
* Removed `load_plugin_textdomain()` and `Domain Path` header
* Added automatic compatibility check for WP and PHP version (#17)
### 1.4.4 / 19.05.2018 ###
* Fix live filter chain when regular expressions are active (#12)