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:
authormattab <matthieu.aubry@gmail.com>2014-11-20 03:19:43 +0300
committermattab <matthieu.aubry@gmail.com>2014-11-20 03:19:43 +0300
commit1e7a049d607e4a2369b816afad7b20e7af0c19df (patch)
treea5727370000947af82440ec9484e7de4dd44f90e /CHANGELOG.md
parent6670f507591591105eaff7f686b84ab563a00cdd (diff)
Add note about new console command core:plugin list
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 982c4fd122..cd16152b51 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### New APIs
* New URL parameter `send_image=0` in the [HTTP Tracking API](http://developer.piwik.org/api-reference/tracking-api) to receive a HTTP 204 response code instead of a GIF image. This improves performance and can fix errors if images are not allowed to be obtained directly (eg Chrome Apps).
+### New commands
+* `core:plugin list` lists all plugins currently activated in Piwik.
+
## Piwik 2.9.0
### Breaking Changes