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

release 0.1.3

This commit is contained in:
Lukas Winkler 2021-04-15 11:55:15 +02:00
parent e8367d6b2a
commit 9f4343a821
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
## Changelog
### 0.1.3
- remove logged warning from PHP check
- don't fail if headers are missing
- skip checks when `enable_internet_features = 0` is set
- also accept brotli compression
### 0.1.2
- fix PHP version check

View file

@ -1,7 +1,7 @@
{
"name": "DiagnosticsExtended",
"description": "Additional checks for the System Check",
"version": "0.1.2",
"version": "0.1.3",
"theme": false,
"require": {
"matomo": ">=4.2.0,<5.0.0-b1"