diff --git a/CHANGELOG.md b/CHANGELOG.md index 472e5c7..20b3ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ ## Changelog +- 0.2.0: Matomo 4 compatibility + - 0.1.1: first release diff --git a/plugin.json b/plugin.json index 2991953..35a1836 100644 --- a/plugin.json +++ b/plugin.json @@ -1,26 +1,30 @@ { - "name": "AlternativeSparklines", - "description": "a minimalistic alternative to the default sparkline style", + "name": "AlternativeSparklines", + "description": "a minimalistic alternative to the default sparkline style", "version": "0.1.2", - "theme": true, - "require": { - "piwik": ">=3.6.0-b1,<4.0.0-b1" - }, - "stylesheet": "stylesheets/theme.less", - "homepage": "https://lw1.at", - "license": "GPL v3+", - "keywords": ["theme", "sparkline", "modern"], - "support": { + "theme": true, + "require": { + "matomo": ">=4.0.0-b1,<5.0.0-b1" + }, + "stylesheet": "stylesheets/theme.less", + "homepage": "https://lw1.at", + "license": "GPL v3+", + "keywords": [ + "theme", + "sparkline", + "modern" + ], + "support": { + "email": "lukas@matomo.org", + "issues": "https://github.com/Findus23/AlternativeSparklines/issues", + "forum": "https://forum.matomo.org", + "source": "https://github.com/Findus23/AlternativeSparklines" + }, + "authors": [ + { + "name": "Lukas Winkler", "email": "lukas@matomo.org", - "issues": "https://github.com/Findus23/AlternativeSparklines/issues", - "forum": "https://forum.matomo.org", - "source": "https://github.com/Findus23/AlternativeSparklines" - }, - "authors": [ - { - "name": "Lukas Winkler", - "email": "lukas@matomo.org", - "homepage": "https://lw1.at" - } - ] + "homepage": "https://lw1.at" + } + ] }