1
0
Fork 0
mirror of https://github.com/Findus23/matomo-DiagnosticsExtended.git synced 2024-09-18 14:53:45 +02:00

release 0.1.7

This commit is contained in:
Lukas Winkler 2021-09-02 17:40:36 +02:00
parent 76dbd77c41
commit dc769e07fb
Signed by: lukas
GPG key ID: 54DE4D798D244853
3 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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.

View file

@ -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"