mirror of
https://github.com/Findus23/matomo-DiagnosticsExtended.git
synced 2024-09-09 04:23:46 +02:00
release 0.1.7
This commit is contained in:
parent
76dbd77c41
commit
dc769e07fb
3 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue