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 10:34:49 +0300
committerStefan Giehl <stefan@piwik.org>2017-05-24 10:34:49 +0300
commit7836449148b09dd8d50116ef22b3beb0a9bb9bb8 (patch)
treed830cf7c1205265e0aa1ae68a701dfea46fd25f9 /CHANGELOG.md
parent70c9e4cbe0365f7ee3e7ecf86040930045e709ad (diff)
add possibility to specify multiple plugins (#11733)
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 4ce5435b66..d2ee7803cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@ The Product Changelog at **[piwik.org/changelog](http://piwik.org/changelog)** l
* 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
+### New commands
+* The commands `plugin:activate` and `plugin:deactivate` can now activate and deactivate multiple plugins at once
+
## Piwik 3.0.4
### New APIs