From 3d310c0f9dc540b651368b918d1e70804a9cd6a0 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 10 Oct 2020 18:31:40 +0200 Subject: [PATCH] Matomo 4 compatibility --- CHANGELOG.md | 6 +++++- plugin.json | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de204f5..e693b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog -# 0.2.0 +## 1.0.0 + +Matomo 4 compatibility + +## 0.2.0 Allow translating "General", "Mobile" and "RowEvolution" translation strings. diff --git a/plugin.json b/plugin.json index 7529769..492f562 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": "0.2.0", + "version": "1.0.0", "theme": false, "require": { - "piwik": ">=3.6.0,<4.0.0-b1" + "matomo": ">=4.0.0-b1,<5.0.0-b1" }, "authors": [ {