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>2016-11-07 22:38:21 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-11-07 22:38:21 +0300
commit0bf5c4619f6ee4780a33e87f2f87d4938c785b67 (patch)
tree6dd81e56a8b6140f2b2f269c853dbbfc8d4e29d2 /CHANGELOG.md
parenta0dff4b82465638cb9160e22f09c000acd26e696 (diff)
added disableHeartBeatTimer feature
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 dcc9e4c4d7..1e8878ae92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -83,6 +83,7 @@ Read more about migrating a plugin from Piwik 2.X to Piwik 3 on our [Migration g
* `Updater.componentUninstalled` triggered after a component was uninstalled
* New HTTP Tracking API parameter `pv_id` which accepts a six character unique ID that identifies which actions were performed on a specific page view. Read more about it in the [HTTP Tracking API](https://developer.piwik.org/api-reference/tracking-api);
* New event `Segment.addSegments` that lets you add segments.
+* New Piwik JavaScript Tracker method `disableHeartBeatTimer()` to disable the heartbeat timer if it was previously enabled.
### New features
* New "Sparklines" visualization that lets you create a widget showing multiple sparklines.