mirror of
https://github.com/Findus23/matomo-DiagnosticsExtended.git
synced 2024-09-10 05:33:45 +02:00
Matomo 5 compatibility
This commit is contained in:
parent
a5f628b083
commit
f47fde1458
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
## Changelog
|
||||
|
||||
### 0.2.0
|
||||
|
||||
Matomo 5 compatibility
|
||||
|
||||
### 0.1.9
|
||||
|
||||
- removed URLCheck as a similar test is now part of Matomo
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "DiagnosticsExtended",
|
||||
"description": "Additional checks for the System Check",
|
||||
"version": "0.1.9",
|
||||
"version": "0.2.0",
|
||||
"theme": false,
|
||||
"require": {
|
||||
"matomo": ">=4.2.0,<5.0.0-b1"
|
||||
"matomo": ">=5.0.0-b1,<6.0.0-b1"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue