diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a8473..23a708f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.6 + +- Split Matomo 3 and Matomo 4 versions. + ## 1.0.5 - Confirmed Matomo 4 compliance. diff --git a/plugin.json b/plugin.json index 81fd1f9..deae77d 100644 --- a/plugin.json +++ b/plugin.json @@ -1,13 +1,13 @@ { "name": "FacebookPageWidgetByAmperage", "description": "Show Facebook Page plugin as a configurable widget.", - "version": "1.0.5", + "version": "1.0.6", "theme": false, "keywords": ["amperage", "facebook", "social", "widget", "facebook page", "dashboard"], "license": "GPL v3+", "homepage": "https://www.amperagemarketing.com", "require": { - "piwik": ">=3.3.0-stable,<5.0.0-b1" + "piwik": ">=3.3.0-stable,<4.0.0-b1" }, "support": { "email": "kzeni1@gmail.com",