Skip to content

Commit dbc67ed

Browse files
author
Maximilian Taube
committed
changed plugin version, added changelog and updated migration
1 parent c140e2b commit dbc67ed

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22

3-
* 5.2.6 - 2026-04-27 - Updated API documentation
3+
* 5.3.0 - 2026-05-04 - Added alert description and helptexts
44
* 5.2.5 - 2026-03-30 - Added escaping for report_matched value
55
* 5.2.4 - 2026-03-02 - Updated API documentation
66
* 5.2.3 - 2026-02-05 - Alerts now get deleted when a user's site access is revoked
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/**
1818
*/
19-
class Updates_5_2_6 extends Updates
19+
class Updates_5_3_0 extends Updates
2020
{
2121
/**
2222
* @var MigrationFactory

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "CustomAlerts",
33
"description": "Create custom Alerts to be notified of important changes on your website or app! ",
4-
"version": "5.2.6",
4+
"version": "5.3.0",
55
"require": {
66
"matomo": ">=5.0.0-b1,<6.0.0-b1"
77
},

0 commit comments

Comments
 (0)