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:
authorThomas Steur <tsteur@users.noreply.github.com>2018-04-18 23:03:39 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2018-04-18 23:03:39 +0300
commitff51bb0fcf6976f5be87e1a7358e31b8553fed0b (patch)
treedec212d53f08fda4a39c30164b965522db5e71fe /CHANGELOG.md
parent6b42db96c01c5b1357c42c1de1655ba4114a9d3e (diff)
When invalidating a websites report, allow plugins to invalidate additional sites automatically (#12729)
* When invalidating a websites report, allow plugins to invalidate additional sites automatically * Remame to Archiving.getIdSitesToMarkArchivesAsInvalidated
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c8c487be1..9a1f5c310f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ 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 3.5.0
+* New event `Archiving.getIdSitesToMarkArchivesAsInvalidates` that lets plugins customize the behaviour of report invalidations.
+
## Matomo 3.4.0
### Breaking Changes