diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7e1aa..ad58cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.5 + +- Split Matomo 3 and Matomo 4 versions. + ## 1.0.4 - Confirmed Matomo 4 compliance. diff --git a/plugin.json b/plugin.json index 4075b67..1326e3c 100644 --- a/plugin.json +++ b/plugin.json @@ -1,13 +1,13 @@ { "name": "CrazyEggWidgetByAmperage", - "version": "1.0.4", + "version": "1.0.5", "description": "Show Crazy Egg snapshots for the current site as a dashboard widget.", "theme": false, "keywords": ["amperage", "crazy egg", "crazyegg", "widget", "heatmap", "heat map", "dashboard"], "license": "GPL v3+", "homepage": "https://www.amperagemarketing.com", "require": { - "piwik": ">=3.2.1-stable,<5.0.0-b1" + "piwik": ">=3.2.1-stable,<4.0.0-b1" }, "support": { "email": "kzeni1@gmail.com",