Removed load_plugin_textdomain and domain path header

Translation is handled via translate.wordpress.org and minimum required
version is greater than 4.6, so the local translation artifacts are
dropped.
This commit is contained in:
2018-05-19 15:09:57 +02:00
parent 74be5a2334
commit f34b761942
3 changed files with 1 additions and 4 deletions

View File

@@ -84,6 +84,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
### 1.4.4 / 19.05.2018 ###
* Fix live filter chain when regular expressions are active (#12)