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-08-13 16:04:25 +0400
committermattab <matthieu.aubry@gmail.com>2014-08-13 16:04:25 +0400
commit0fe47ee992b0af32438eb92682e221e6bc70840a (patch)
tree996e20d16880adc935cd6b9c7348c989096cdec8 /CHANGELOG.md
parent01a76d252e2ced05c85be4cfc672e8df417c7104 (diff)
fixes #5415 Introducing `storeCustomVariablesInCookie` function.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6f0829799..fe9577b9fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
## Piwik 2.5.0
### Breaking Changes
+* Javascript Tracking API: if you are using `getCustomVariable` function to access custom variables values that were set on previous page views, you now must also call `storeCustomVariablesInCookie` before the first call to `trackPageView`. Read more about [Javascript Tracking here](http://developer.piwik.org/api-reference/tracking-javascript).
* The [settings](http://developer.piwik.org/guides/piwik-configuration) API will receive the actual entered value and will no longer convert characters like `&` to `&amp;`. If you still want this behavior - for instance to prevent XSS - you can define a filter by setting the `transform` property like this:
`$setting->transform = function ($value) { return Common::sanitizeInputValue($value); }`
* Config setting `disable_merged_assets` moved from `Debug` section to `Development`. The updater will automatically change the section for you.
@@ -52,7 +53,7 @@ As a plugin developer you might want to reuse existing translation keys. You can
* `development:disable` Let's you disable the development mode
<!--
-## Temlate: Piwik version number
+## Template: Piwik version number
### Breaking Changes
### Deprecations