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:
authorStefan Giehl <stefan.giehl@mayflower.de>2015-06-22 14:13:01 +0300
committerStefan Giehl <stefan.giehl@mayflower.de>2015-06-22 14:13:01 +0300
commit0dad68b363b710ac4a9bb5b7958f29d04a5b406a (patch)
tree265e187e9a1db7e997f9c8f4ac57141250c9c0d9 /CHANGELOG.md
parente4a75a348195ba1c43f0813e0e9cf5f28c86b754 (diff)
parent310be9832c07959c70020e5ac5e36a41b928f289 (diff)
Merge pull request #8101 from piwik/i18n-data2
Move more i18n data translations to Intl plugin
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 139ab68df8..ba192ecddd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### Breaking Changes
* The `UserSettings` API has been removed. The API was deprecated in earlier versions. Use `DevicesDetection`, `Resolution` and `DevicePlugins` API instead.
+* Many translations have been moved to the new Intl plugin. Most of them will still work, but please update their usage. See https://github.com/piwik/piwik/pull/8101 for a full list
### New features
* The JavaScript Tracker does now track outlinks and downloads if a user opens the context menu if the `enabled` parameter of the `enableLinkTracking()` method is set to `true`. To use this new feature use `tracker.enableLinkTracking(true)` or `_paq.push(['enableLinkTracking', true]);`. This is not industry standard and is vulnerable to false positives since not every user will select "Open in a new tab" when the context menu is shown. Most users will do though and it will lead to more accurate results in most cases.