From a8118ed559ebc3d2e453d59ed5ae46755d6960e3 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 10 Oct 2020 19:44:56 +0200 Subject: [PATCH] add Matomo 4 compatibility --- CHANGELOG.md | 4 ++++ plugin.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b064e76..56dbcd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### 0.3.0 + +Matomo 4 compatibility + ### 0.2.2 another bugfix (increase version in plugin.json) diff --git a/plugin.json b/plugin.json index 7d73209..9017a6c 100644 --- a/plugin.json +++ b/plugin.json @@ -1,10 +1,10 @@ { "name": "ClassicCounter", "description": "Embed a view counter in the style of classic CGI scripts into your website", - "version": "0.2.2", + "version": "0.3.0", "theme": false, "require": { - "piwik": ">=3.8.0,<4.0.0-b1" + "matomo": ">=4.0.0-b1,<5.0.0-b1" }, "authors": [ {