From 7781442c443a4a329ecaabab40614a551ff169b5 Mon Sep 17 00:00:00 2001 From: Altamash Shaikh Date: Mon, 22 Apr 2024 10:57:02 +0530 Subject: [PATCH] Bumped version to 5.0.4 --- CHANGELOG.md | 1 + plugin.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b31a89..8677bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Changelog +* 5.0.4 Added plugin category for Marketplace * 5.0.3 Added inline help to mention events filter FAQ * 5.0.2 Fixed alert conditions not reloading on site change * 5.0.1 Compatibility with Matomo 5.0.0-b4 diff --git a/plugin.json b/plugin.json index d113474..a1c2b45 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "CustomAlerts", "description": "Create custom Alerts to be notified of important changes on your website or app! ", - "version": "5.0.3", + "version": "5.0.4", "require": { "matomo": ">=5.0.0-b1,<6.0.0-b1" },