From 7fbde9d1b7f4774e0abde19b6ec5d5a0c7a02413 Mon Sep 17 00:00:00 2001 From: Kurt Zenisek Date: Thu, 28 Jan 2021 17:45:31 -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 56b23bb..fc33c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.3 + +- Split Matomo 3 and Matomo 4 versions. + ## 0.2.2 - Confirmed Matomo 4 compliance. diff --git a/plugin.json b/plugin.json index 92ad27f..29cc0c3 100644 --- a/plugin.json +++ b/plugin.json @@ -1,13 +1,13 @@ { "name": "SharpSpringWidgetByAmperage", - "version": "0.2.2", + "version": "0.2.3", "description": "Show SharpSpring info as a widget.", "theme": false, "keywords": ["amperage", "SharpSpring", "Sharp Spring", "CRM", "leads", "widget"], "license": "GPL v3+", "homepage": "http://www.amperagemarketing.com", "require": { - "piwik": ">=3.3.0-stable,<5.0.0-b1" + "matomo": ">=4.0.0-b1,<5.0.0-b1" }, "support": { "email": "kzeni1@gmail.com",