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:
authorThomas Steur <thomas.steur@gmail.com>2015-08-06 12:25:09 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-08-21 10:49:17 +0300
commitb278217e3459818df0fdf524a0dc215e93c555d2 (patch)
tree190ccc0cc1287d4523f3b214553244e1d3d94647 /CHANGELOG.md
parentb2a6b208ab8ecb0ae816ed227539cbcbc653d3a8 (diff)
refs #7837 deprecated some events
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b109cee2e2..71867aa9cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,17 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
### Breaking Changes
* The method `Dimension::getId()` has been set as `final`. It is not allowed to overwrite this method.
+### Deprecations
+
+* The following events have been deprecated and will be removed in Piwik 3.0. Use [dimensions](http://developer.piwik.org/guides/dimensions) instead.
+ * `Tracker.existingVisitInformation`
+ * `Tracker.getVisitFieldsToPersist`
+ * `Tracker.newConversionInformation`
+ * `Tracker.newVisitorInformation`
+ * `Tracker.recordAction`
+ * `Tracker.recordEcommerceGoal`
+ * `Tracker.recordStandardGoals`
+
### Internal Change
* The option `branch` of the console command `development:sync-system-test-processed` was removed as it is no longer needed.