Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Changelog

* 5.0.7 - 2025-07-07 Textual changes
* 5.0.6 - 2024-09-23 Added check if reports used by alert are done archiving and retry if not archived
* 5.0.5 Combined all the actions into one column
* 5.0.4 Added plugin category for Marketplace
Expand Down
4 changes: 2 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Here is the complete list of features that are included in this project:

* Define new Alert ("Big drop in purchases")
* Select a website on which the Alert is defined
* Receive an alert by email (email will contain Alert description + link to Piwik dashboard URL for the given website ID and period).
* Receive an alert by email (email will contain Alert description + link to Matomo dashboard URL for the given website ID and period).
* Receive an alert by SMS (SMS will contain Alert description and numbers that triggered the Alert)
* Select the Alert period: should it be daily, weekly or monthly?
* Select the report (Websites, Keywords, Countries, general stats)
Expand All @@ -15,7 +15,7 @@ Here is the complete list of features that are included in this project:

__What reports are available to the Alert system?__

You can create an alert for any available report in Piwik. Plugins can define new reports which will be automatically picked up by Alerts.
You can create an alert for any available report in Matomo. Plugins can define new reports which will be automatically picked up by Alerts.

__What alert conditions are available?__

Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "CustomAlerts",
"description": "Create custom Alerts to be notified of important changes on your website or app! ",
"version": "5.0.6",
"version": "5.0.7",
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
Expand Down