We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42811dd commit 628d1e6Copy full SHA for 628d1e6
.gitignore
@@ -1,5 +1,6 @@
1
composer.lock
2
-node_modules/**/
+node_modules/*
3
+package.json
4
package-lock.json
5
ToDo.md
6
*.cache
CHANGELOG.md
@@ -1,4 +1,7 @@
# Changelog
+## 3.0.0-Beta2
+- Improved: Fixed issue with Request handling
+
## 3.0.0-Beta1
- Added: Support for Matomo 5 🎉
7
- Updated: Bumped the minimum Node version to 20.x LTS for this new major plugin version
plugin.json
@@ -1,7 +1,7 @@
{
"name": "PerformanceAudit",
"description": "Daily performance audits of all your sites in Matomo.",
- "version": "3.0.0-b1",
+ "version": "3.0.0-b2",
"theme": false,
"require": {
"php": ">=7.2.5",
0 commit comments