From 628d1e64a55b955f22bd2109904822e5019320ac Mon Sep 17 00:00:00 2001 From: DevDavido <997605+DevDavido@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:36:07 +0100 Subject: [PATCH] build: Prepare 3.0.0-b2 release --- .gitignore | 3 ++- CHANGELOG.md | 3 +++ plugin.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7f1a4904..8c14a595 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ composer.lock -node_modules/**/ +node_modules/* +package.json package-lock.json ToDo.md *.cache diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f303b1..82a0b345 100644 --- a/CHANGELOG.md +++ b/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 🎉 - Updated: Bumped the minimum Node version to 20.x LTS for this new major plugin version diff --git a/plugin.json b/plugin.json index 41d6bdb9..a8c9c3a3 100644 --- a/plugin.json +++ b/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",