From d91de0c4cc813e787d5ccc32ab0a65f30fcb851e Mon Sep 17 00:00:00 2001 From: Lachlan Reynolds Date: Thu, 5 Feb 2026 13:29:07 +1300 Subject: [PATCH] updated changelog [no_release] --- CHANGELOG.md | 1 + plugin.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae249eb..7317bb3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Changelog +* 5.2.3 - 2026-02-05 - Alerts now get deleted when a user's site access is revoked * 5.2.2 - 2026-01-19 - Added tooltips in add/edit alerts, manage alerts & in the inline text for the delivery method * 5.2.1 - 2025-12-08 - Fixes default value showing up as empty entry for alert_mediums * 5.2.0 - 2025-11-24 - Added ability to send alerts to a Microsoft Teams channel diff --git a/plugin.json b/plugin.json index 383ade54..b8647653 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.2.2", + "version": "5.2.3", "require": { "matomo": ">=5.0.0-b1,<6.0.0-b1" },