1
0
Fork 0
mirror of https://github.com/Findus23/matomo-DiagnosticsExtended.git synced 2024-09-19 16:03:46 +02:00

initial release

This commit is contained in:
Lukas Winkler 2021-04-12 19:07:51 +02:00
parent e0ea80006f
commit 3602467add
Signed by: lukas
GPG key ID: 54DE4D798D244853
6 changed files with 10 additions and 11 deletions

View file

@ -1,3 +1,5 @@
## Changelog
Here goes the changelog text.
### 0.1.0
first version released

View file

@ -2,5 +2,6 @@
## Description
Add your plugin description here.
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.
Please report back any unexpected results you come across or other feedback so that the checks can be improved and possible integrated into Matomo core once they work reliably.

View file

@ -1,2 +1,2 @@
<?php
return array();
<?php
return [];

View file

@ -1,5 +0,0 @@
## FAQ
__My question?__
My answer

View file

@ -1 +0,0 @@
## Documentation

View file

@ -4,7 +4,7 @@
"version": "0.1.0",
"theme": false,
"require": {
"matomo": ">=4.2.1-stable,<5.0.0-b1"
"matomo": ">=4.2.0,<5.0.0-b1"
},
"authors": [
{
@ -22,5 +22,7 @@
"homepage": "https://lw1.at",
"license": "GPL v3+",
"keywords": [
"system check",
"debugging"
]
}