Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2021-05-30 22:21:05 +0300
committerGitHub <noreply@github.com>2021-05-30 22:21:05 +0300
commit30eec9445b0a2117f80305f7a367121039f04817 (patch)
treedff6d781055417fa6754202d6aed4f7d43efd51d /CHANGELOG.md
parent0e34030c2c29c9908f0cf2fca13db9ac54e62e8c (diff)
Allow aborting sending mails via Mail.send event. (#17635)
* Allow aborting sending mails via Mail.send event. * Add quick entry to developer changelog. * add test
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48c1aabc78..74de1dc46d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ This is the Developer Changelog for Matomo platform developers. All changes in o
The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)** lets you see more details about any Matomo release, such as the list of new guides and FAQs, security fixes, and links to all closed issues.
+## Matomo 4.4.0
+
+### Changes to events
+
+* It is now possible via the Mail.send event to abort sending emails. Set the `$mail` event parameter to null to do this.
+
## Matomo 4.3.1
### New commands