Fixed issues with multisite installation (#11)

This commit is contained in:
2018-01-07 14:14:48 +01:00
parent 8a35182d81
commit 8b9ce4c570
7 changed files with 51 additions and 14 deletions

View File

@@ -47,7 +47,7 @@ The plugin is capable of handling multisite installations.
### Requirements ###
* PHP 5.5 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.4)
## Frequently Asked Questions ##
@@ -82,6 +82,9 @@ Because of this, an IP blacklist can only be applied while processing the reques
## Changelog ##
### 1.4.3 / unreleased ###
* Fix issues with multisite installation (#11)
### 1.4.2 / 12.11.2017 ###
* Minor code fixes