From cd469df7b68ea2add24f28c63c50237b756b10bb Mon Sep 17 00:00:00 2001 From: mattab Date: Fri, 4 Dec 2015 14:54:16 +1300 Subject: documenting new `actionType` segment to Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') 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`. -- cgit v1.2.3