From 7bf63d0ab1c78f0ab49b98690b96f93b3411a931 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 22 Jul 2023 23:07:03 +0200 Subject: [PATCH] Matomo 5 compatibility --- CHANGELOG.md | 4 ++++ plugin.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4205d09..0851449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### 0.3.0 + +Matomo 5 compatibility + ### 0.2.0 Matomo 4 compatibility diff --git a/plugin.json b/plugin.json index c962aca..e477823 100644 --- a/plugin.json +++ b/plugin.json @@ -1,10 +1,10 @@ { "name": "ExcludeCountries", "description": "Exclude or include visitors from selected countries", - "version": "0.2.0", + "version": "0.3.0", "theme": false, "require": { - "matomo": ">=4.0.0-b1,<5.0.0-b1" + "matomo": ">=5.0.0-b1,<6.0.0-b1" }, "authors": [ {