diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b79371..b38496b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ## Changelog -### 0.1.8 +### 0.1.9 + +- removed URLCheck as a similar test is now part of Matomo +- improved matomo.js check thanks to @d--j +- improved and added translations thanks to the [contributors on Weblate](https://hosted.weblate.org/credits/matomo/communityplugin-diagnosticsextended/) + +### 0.1.8 Add Greek translation diff --git a/plugin.json b/plugin.json index 1ca2067..3c0e698 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "DiagnosticsExtended", "description": "Additional checks for the System Check", - "version": "0.1.8", + "version": "0.1.9", "theme": false, "require": { "matomo": ">=4.2.0,<5.0.0-b1"