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@matomo.org>2020-04-28 08:27:16 +0300
committerGitHub <noreply@github.com>2020-04-28 08:27:16 +0300
commit69a65613e645cbd153221ca1bbdd5d9d0e2b08b4 (patch)
tree27875ca1db7f0720b6f7c3254bd47549d8a88aed /CHANGELOG.md
parent60b5c52d057abeced4d4f7cf4bdf90e7b7526866 (diff)
Removes deprecated event Live.getAllVisitorDetails (#15866)
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 ad3b403640..8322e43485 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -52,6 +52,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
* The method `Dimension::addSegment()` has been removed. See new implementation of `DimensionSegmentFactory::createSegment` for a replacement
* The signature of the event `Segment.addSegments` has been changed. It now has one parameter `SegmentsList $list`, which allows adding new segments to the list
* The json2 API format is now removed, and the json renderer now behaves as the json2 renderer did. This means when `format=json` is used, arrays like `['a' => 0, 'b' => 1]` will be rendered in JSON as `{"a":0,"b":1}` instead of `[{"a":0,"b":1}]`.
+* The event `Live.getAllVisitorDetails` has been removed. Use a `VisitorDetails` class instead (see Live plugin).
## Matomo 3.13.5