From 64eae8674099d3ed79a26431c48a84d7371fdef7 Mon Sep 17 00:00:00 2001 From: Kurt Zenisek Date: Thu, 28 Jan 2021 17:42:14 -0600 Subject: [PATCH] Split Matomo 3 and Matomo 4 versions. --- CHANGELOG.md | 4 ++++ plugin.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0db3430..7357f5f 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 c4afe2a..cf83982 100644 --- a/plugin.json +++ b/plugin.json @@ -1,13 +1,13 @@ { "name": "TwitterFeedWidgetByAmperage", "description": "Show Twitter Feed as a configurable widget.", - "version": "1.0.4", + "version": "1.0.5", "theme": false, "keywords": ["amperage", "twitter", "social", "widget", "twitter feed", "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",