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>2015-12-04 04:54:16 +0300
committermattab <matthieu.aubry@gmail.com>2015-12-04 04:54:16 +0300
commitcd469df7b68ea2add24f28c63c50237b756b10bb (patch)
treea0c1cc4fff2bc0bfc9d6ed5f9f22455ceb5ad121 /CHANGELOG.md
parent8c221178c4e7c1c53420f73462f73dbe27d55205 (diff)
documenting new `actionType` segment to Changelog
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 c1b4fd8cda..f655148431 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
## Piwik 2.15.1
+### New features
+ * New segment `actionType` lets you segment all actions of a given type, eg. `actionType==events` or `actionType==downloads`. Action types values are: `pageviews`, `contents`, `sitesearches`, `events`, `outlinks`, `downloads`
+
### Internal change
* When generating a new plugin skeleton via `generate:plugin` command, plugin name must now contain only letters and numbers.
* JavaScript Tracker tests no longer require `SQLite`. The existing MySQL configuration for tests is used now. In order to run the tests make sure Piwik is installed and `[database_tests]` is configured in `config/config.ini.php`.