Skip to content

Commit 628d1e6

Browse files
committed
build: Prepare 3.0.0-b2 release
1 parent 42811dd commit 628d1e6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
composer.lock
2-
node_modules/**/
2+
node_modules/*
3+
package.json
34
package-lock.json
45
ToDo.md
56
*.cache

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## 3.0.0-Beta2
3+
- Improved: Fixed issue with Request handling
4+
25
## 3.0.0-Beta1
36
- Added: Support for Matomo 5 🎉
47
- Updated: Bumped the minimum Node version to 20.x LTS for this new major plugin version

plugin.json

+1-1
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": "3.0.0-b1",
4+
"version": "3.0.0-b2",
55
"theme": false,
66
"require": {
77
"php": ">=7.2.5",

0 commit comments

Comments
 (0)