You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,16 @@
3
3
- Added: Support for Matomo 4 🎉
4
4
- Updated: Bumped the minimum PHP version to 7.2.5 for this new major plugin version, just as Matomo 4 itself
5
5
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
+
6
16
## 1.0.11
7
17
- Added: Option to remove query strings from audited URLs
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -80,5 +80,7 @@ If you have any questions or inquiries, you can contact `github {at} diskoboss {
80
80
## Security
81
81
If you discover any security related issues, please contact `github {at} diskoboss {døt} de` instead of using the issue tracker.
82
82
83
+
Please note that the performance audits will be performed with Chromium which renders Matomo-tracked web pages on your server without the sandbox mode of Chromium. You can find more information about this possible issue on the [lighthouse-cli repository](https://github.com/GoogleChrome/lighthouse-ci/tree/master/docs/recipes/docker-client#--no-sandbox-issues-explained).
0 commit comments