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>2017-05-24 22:18:54 +0300
committerGitHub <noreply@github.com>2017-05-24 22:18:54 +0300
commitf7569268f2a7fecd4fd1a95c430d3a1005471e08 (patch)
tree473f71c13cdfa5bb3260bc03e6abc72456fb3042 /CHANGELOG.md
parent34cdc8fbc0888b0b6e60f6a7c96c5552d234a90c (diff)
parent31a1789583a85b0c39b3e5a3a732e43a98e1076c (diff)
Merge pull request #11724 from piwik/trackerupdaterapi
Make TrackerUpdater a public API
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2ee7803cc..62adbf8b5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The Product Changelog at **[piwik.org/changelog](http://piwik.org/changelog)** l
### New APIs
* The events `ScheduledTasks.shouldExecuteTask`, `ScheduledTasks.execute`, `ScheduledTasks.execute.end` have been added to customize the behaviour of scheduled tasks.
* A new event `CustomPiwikJs.shouldAddTrackerFile` has been added to let plugins customize which tracker files should be included in piwik.js JavaScript tracker
+* A new API class `Piwik\Plugins\CustomPiwikJs\TrackerUpdater` has been added to update the piwik.js JavaScript tracker
### New commands
* The commands `plugin:activate` and `plugin:deactivate` can now activate and deactivate multiple plugins at once