From 8645bb8983981186bb4966c6db1ea42348d5bc09 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Fri, 19 Dec 2014 10:14:37 +1300 Subject: Fixed the 2.10 Changelog --- CHANGELOG.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index e9be1880f6..de6319269f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API' ### Breaking Changes * API responses containing visitor information will now longer contain the fields `screenType` and `screenTypeIcon` as those reports have been completely removed * os and browser icons are now located in the DevicesDetection plugin. If you are not using the Reporting or Metadata API to get the icon locations please update your paths. +* The deprecated method `Piwik\SettingsPiwik::rewriteTmpPathWithHostname()` has been removed. ### Deprecations * Some duplicate reports from UserSettings plugin have been removed. Widget URLs for those reports will still work till May 1st 2015. Please update those to the new reports of DevicesDetection plugin. @@ -19,6 +20,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API' * The API method `UserSettings.getResolution` is deprecated and will be removed from May 1st 2015. Use `Resolution.getResolution` instead * The API method `UserSettings.getConfiguration` is deprecated and will be removed from May 1st 2015. Use `Resolution.getConfiguration` instead * The API method `UserSettings.getWideScreen` has been removed +* `Piwik\SettingsPiwik::rewriteTmpPathWithInstanceId()` has been deprecated. Instead of hardcoding the `tmp/` path everywhere in the codebase and then calling `rewriteTmpPathWithInstanceId()`, developers should get the `path.tmp` configuration value from the DI container (e.g. `StaticContainer::getContainer()->get('path.tmp')`). ### Library updates * The tracker proxy (previously in `miscproxy-hide-piwik-url/`) has been moved to a separate repository: [https://github.com/piwik/tracker-proxy](https://github.com/piwik/tracker-proxy). @@ -34,14 +36,6 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API' ### New commands * `core:plugin list` lists all plugins currently activated in Piwik. -## Piwik 2.10.0 - -### Breaking Changes -* The deprecated method `Piwik\SettingsPiwik::rewriteTmpPathWithHostname()` has been removed. - -### Deprecations -* `Piwik\SettingsPiwik::rewriteTmpPathWithInstanceId()` has been deprecated. Instead of hardcoding the `tmp/` path everywhere in the codebase and then calling `rewriteTmpPathWithInstanceId()`, developers should get the `path.tmp` configuration value from the DI container (e.g. `StaticContainer::getContainer()->get('path.tmp')`). - ## Piwik 2.9.0 ### Breaking Changes -- cgit v1.2.3