From be360b7c469056b3867c29a2c979272b838f1972 Mon Sep 17 00:00:00 2001 From: Altamash Shaikh Date: Mon, 21 Oct 2024 13:28:31 +0530 Subject: [PATCH] Bumped version to 5.0.4 --- CHANGELOG.md | 3 +++ plugin.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9828f4..05027bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +# 5.0.4 +- Compatability with PHP 8.4 + # 5.0.3 - Textual changes diff --git a/plugin.json b/plugin.json index ace2b9e..858889f 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "TrackingSpamPrevention", "description": "This plugin offers various options to prevent spammers and bots from making your data inaccurate so you can rely on your data again.", - "version": "5.0.3", + "version": "5.0.4", "theme": false, "require": { "matomo": ">=5.0.0-b1,<6.0.0-b1"