From 978dc12412937075a54e1a0fb9aa2d0a2f63a79d Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 22 Jul 2023 22:44:13 +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 250eb47..7d870d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +## 1.1.0 + +Matomo 5 compatibility + ## 1.0.3 add French, Japanese, Portuguese, Portuguese (Brazil) and Ukrainian translations diff --git a/plugin.json b/plugin.json index 876a480..2b71a0a 100644 --- a/plugin.json +++ b/plugin.json @@ -1,10 +1,10 @@ { "name": "CustomiseTranslations", "description": "This plugin allows you to modify all translateable strings in Matomo", - "version": "1.0.3", + "version": "1.1.0", "theme": false, "require": { - "matomo": ">=4.0.0-b1,<5.0.0-b1" + "matomo": ">=5.0.0-b1,<6.0.0-b1" }, "authors": [ {