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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-11-14 14:42:44 +0300
committerGitHub <noreply@github.com>2016-11-14 14:42:44 +0300
commit030ddfb6a06c49e0848e5dbbef56a10332f00116 (patch)
tree600eb4bf871c380ad7d54cedaa4daac39a611281 /CHANGELOG.md
parent9ad7d38049f02c8d65bff5da4db25335ef296ff9 (diff)
parentded751e0d2e2ea5f4db48621e39d2b4928447ae3 (diff)
Added disableHeartBeatTimer feature (#10843)
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 4c9afee655..609cca5e49 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -84,6 +84,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.