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" },