Skip to content

Commit 62e34fc

Browse files
Removed Piwik reference, #PG-4266
1 parent d6f258d commit 62e34fc

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
* 5.0.7 - 2025-07-07 Textual changes
34
* 5.0.6 - 2024-09-23 Added check if reports used by alert are done archiving and retry if not archived
45
* 5.0.5 Combined all the actions into one column
56
* 5.0.4 Added plugin category for Marketplace

docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here is the complete list of features that are included in this project:
66

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

1616
__What reports are available to the Alert system?__
1717

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

2020
__What alert conditions are available?__
2121

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.0.6",
4+
"version": "5.0.7",
55
"require": {
66
"matomo": ">=5.0.0-b1,<6.0.0-b1"
77
},

0 commit comments

Comments
 (0)