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>2019-11-06 00:57:59 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-11-06 00:57:59 +0300
commit73949e5d112d6ff574fa01a4e6d43d10fd7a3b16 (patch)
treef28f582998f2b86d4c499859d445107fb865c061 /CHANGELOG.md
parentdd39a1c3064771ec4751ae8d5b9e34e3574ac436 (diff)
More efficient heart beat timer (#15058)
* More efficient heart beat timer * add changelog * make sure the event is added for each tracker * add test * fix test
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3ebf56cb9..5fe225446b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ This is the Developer Changelog for Matomo platform developers. All changes in o
The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)** lets you see more details about any Matomo release, such as the list of new guides and FAQs, security fixes, and links to all closed issues.
+## Matomo 3.13.0
+
+### New API
+* New tracker method `setVisitStandardLength` which lets you configure a custom visit standard length in case a custom "visit_standard_length" is configured in the config. Setting only applies when heart beat is enabled.
+
## Matomo 3.12.0
### New API