Skip to content

Commit 4b60282

Browse files
committed
Release 1.1.0
1 parent bea6101 commit 4b60282

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
- Added: Support for Matomo 4 🎉
44
- Updated: Bumped the minimum PHP version to 7.2.5 for this new major plugin version, just as Matomo 4 itself
55

6+
## 1.1.0
7+
- Fixed: Regular users cannot login anymore if plugin is activated
8+
- Fixed: Renamed and fixed option to remove query strings from audited URLs which is now named group URLs and it doesn't throw SQL warnings anymore in certain (edge) cases
9+
- Improved: Added security information for applied no sandbox mode of Chromium
10+
- Improved: Increase database connection timeouts for longer running site audits
11+
- Improved: Increase timeout for (audit) processes to 5 minutes
12+
- Improved: Throw warning instead error for audited pages with HTTP 403 / 404 response
13+
- Improved: Added FAQ entry for missing Chromium dependencies
14+
- Improved: Error message during installation if directory permissions are incorrect
15+
616
## 1.0.11
717
- Added: Option to remove query strings from audited URLs
818
- Improved: Small refactoring in settings

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PerformanceAudit",
33
"description": "Daily performance audits of all your sites in Matomo.",
4-
"version": "1.0.11",
4+
"version": "1.1.0",
55
"theme": false,
66
"require": {
77
"php": ">=7.1.3",

0 commit comments

Comments
 (0)