From dc769e07fb32c5a25ec2309107157f3efde7c496 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Thu, 2 Sep 2021 17:40:36 +0200 Subject: [PATCH] release 0.1.7 --- CHANGELOG.md | 4 ++++ README.md | 2 ++ plugin.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d97777..8947946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### 0.1.7 + +Add German and Turkish translation + ### 0.1.6 skip user check if `posix_getuid()` doesn't exist diff --git a/README.md b/README.md index f9086e9..d9a4b39 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Matomo DiagnosticExtended Plugin +[![Translation status](https://hosted.weblate.org/widgets/matomo/-/communityplugin-diagnosticsextended/svg-badge.svg)](https://hosted.weblate.org/projects/matomo/communityplugin-diagnosticsextended/) + ## Description This plugin adds a collection of new checks to the Matomo System Check page. They are a bit **more experimental** and can be more likely to give incorrect results, but might help you find issues with your Matomo setup. diff --git a/plugin.json b/plugin.json index 964ba14..9d7566d 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "DiagnosticsExtended", "description": "Additional checks for the System Check", - "version": "0.1.6", + "version": "0.1.7", "theme": false, "require": { "matomo": ">=4.2.0,<5.0.0-b1"