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 Napoli <matthieu@mnapoli.fr>2015-02-03 01:52:26 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-02-03 01:52:26 +0300
commit313333bf083da16e8be382e8a95968862eae4017 (patch)
tree1807f716885ef334b855c3d6d71df3a12990e92c /CHANGELOG.md
parent6f6a2a3301a806bb57d5f90c08ad707650d4f9c8 (diff)
parent8342087b2629a415db27a35db2631e56ba4ac9b3 (diff)
Merge branch 'master' into removed-registry
Conflicts: CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba272105e4..73b01fece3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### Breaking Changes
* The event `User.getLanguage` has been removed.
* The following deprecated event has been removed: `TaskScheduler.getScheduledTasks`
+* Special handling for operating system `Windows` has been removed. Like other operating systems all versions will now only be reported as `Windows` with versions like `XP`, `7`, `8`, etc.
+* Reporting for operating systems has been adjusted to report information according to browser information. Visitor details now contain: `operatingSystemName`, `operatingSystemIcon`, `operatingSystemCode` and `operatingSystemVersion`
* The `Piwik\Registry` class has been removed in favor of using the container:
* `Registry::get('auth')` is replaced by `StaticContainer::get('Piwik\Auth')`
* `Registry::set('auth', $auth)` is replaced by `StaticContainer::getContainer()->set('Piwik\Auth', $auth)`
@@ -29,6 +31,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### Library updates
* Updated AngularJS from 1.2.26 to 1.2.28
+* Updated piwik/device-detector from 2.8 to 3.0
## Piwik 2.10.0