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:
authorMatthieu Aubry <matt@piwik.org>2016-04-01 04:00:40 +0300
committerMatthieu Aubry <matt@piwik.org>2016-04-01 04:00:40 +0300
commitab7be6b9ca3aba84e4daeb462d58f4a1cfa18cb9 (patch)
treec9beb073885a4f1bd7b98de3a89a1d4109bf94fd
parent193d0e93ad211802ea3293b132e096f80d20bb1d (diff)
parent571e98189f980fed3feb1811c903065f6bc40613 (diff)
Merge pull request #9991 from piwik/dev_changelog_2161
Developer changelog updates for 2.16.1
-rw-r--r--CHANGELOG.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 554aba5598..e6affad72a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,14 +6,18 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### New features
* New method `setIsWritableByCurrentUser` for `SystemSetting` to change the writable permission for certain system settings via DI.
+ * JS Tracker: `setDomains` function now supports page wildcards matching eg. `example.com/index*` which can be useful when [tracking a group of pages within a domain in a separate website in Piwik](http://developer.piwik.org/guides/tracking-javascript-guide#tracking-a-group-of-pages-in-a-separate-website)
+ * To customise the list of URL query parameters to be removed from your URLs, you can now define and overwrite `url_query_parameter_to_exclude_from_url` INI setting in your `config.ini.php` file. By default, the following query string parameters will be removed: `gclid, fb_xd_fragment, fb_comment_id, phpsessid, jsessionid, sessionid, aspsessionid, doing_wp_cron, sid`.
-### Breaking Changes
### Deprecations
-### New APIs
-### New commands
+* The following PHP functions have been deprecated and will be removed in Piwik 3.0:
+ * `SettingsServer::isApache()`
+
### New guides
-### Library updates
+ * JavaScript Tracker: [Measuring domains and/or sub-domains](http://developer.piwik.org/guides/tracking-javascript-guide#measuring-domains-andor-sub-domains)
+
### Internal change
+ * Tracking API: by default, when tracking a Page URL, Piwik will now remove the URL query string parameter `sid` if it is found.
* In the JavaScript tracker, the function `setDomains` will not anymore attempt to set a cookie path. Learn more about [configuring the tracker correctly](http://developer.piwik.org/guides/tracking-javascript-guide#tracking-one-domain) when tracking one or several domains and/or paths.
## Piwik 2.16.0