From c5f4252214d170b17352c0363c5c3344a21d692f Mon Sep 17 00:00:00 2001 From: DevDavido <997605+DevDavido@users.noreply.github.com> Date: Sat, 9 Nov 2024 18:11:45 +0100 Subject: [PATCH] chore: Prepare release 3.2.0 --- CHANGELOG.md | 4 ++++ plugin.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 121028e0..d5ec1866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 3.2.0 +- Security: Bumped `symfony/process` dependency to a version without security vulnerabilities (affects Windows servers only) +- Updated: All composer dependencies to their latest supported versions for PHP >= 7.2.5 (same as Matomo 5 itself) + ## 3.1.0 - Added: Search for Node executable additionally in paths of `PATH` environment variable - Improved: Provide directory search path in error message if executable cannot be found diff --git a/plugin.json b/plugin.json index fc850b4f..443760ff 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.1.0", + "version": "3.2.0", "theme": false, "require": { "php": ">=7.2.5",