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 <tsteur@users.noreply.github.com>2020-09-09 08:26:30 +0300
committerGitHub <noreply@github.com>2020-09-09 08:26:30 +0300
commitd89a202cfbb502083882fbfbb999d8c9ec77b4cb (patch)
tree74946a313968b046b6f960fdf8da5833a87ed81d /CHANGELOG.md
parent685176281e07757022f8e5700c6a39f89c4e768a (diff)
Remove visit standard length from tracker (#16412)
* Remove visit standard length from tracker * adjust changelog * rebuilt piwik.js
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 9158681eca..a4b369281b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
* Support for tracking and reporting of these browser plugins has been discontinued: Gears, Director
* Plugins that extend the JS tracker should now add their callback to `matomoPluginAsyncInit` instead of `piwikPluginAsyncInit`
* The visitor ID cookie now contains less data (due to the _idvc, _idts, _viewts and _ects tracking parameters no longer being used). This is a breaking change if you use the Matomo PHP Tracker and forward the visitor cookie to it, and you will need to upgrade the PHP tracker to use with Matomo 4.
+* The tracker method `setVisitStandardLength` has been removed as there is no need for it anymore.
#### Deprecations in Matomo JS tracker