diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b824dd80269f4276a2bf9c3b8c1df4b973df9c..5a8b31a643fae1f06acd45f93b7d3d9a2f7785fa 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. diff --git a/core/Translation/Translator.php b/core/Translation/Translator.php index ab179503c16df1c71a97a343e00310f836f54fc2..63ebeb8c198b5d86177cb592c4f3cb65f81542e2 100644 --- a/core/Translation/Translator.php +++ b/core/Translation/Translator.php @@ -270,7 +270,7 @@ class Translator /** * Fallback for keys moved to new Intl plugin to avoid untranslated string in non core plugins - * @todo remove this in a later version + * @todo remove this in Piwik 3.0 */ if ($plugin != 'Intl') { if (isset($this->translations[$lang]['Intl'])