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-12-01 04:12:44 +0300
committerGitHub <noreply@github.com>2016-12-01 04:12:44 +0300
commitd61acca88116a83c1a269549c2b960c84ed9b4f1 (patch)
treebcd4367da4dbdb4402cb32a03150870f74e20fb4 /CHANGELOG.md
parent48c8ca9e4da5a01695aa3c0d49d301ce35b3d35d (diff)
parent716b64d4b1fe5dd6fbf8c8d11000baff33b1a83c (diff)
JavaScript Tracker: new option "Track users with JavaScript disabled" and the <noscript> tag is not included by default anymore (#10900)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b3a0a561a..ccf01bdbc2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -101,7 +101,8 @@ 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 Piwik JavaScript Tracker method `disableHeartBeatTimer()` to disable the heartbeat timer if it was previously enabled.
+* The `SitesManager.getJavascriptTag` has a new option `getJavascriptTag` to enable the tracking of users that have JavaScript disabled
### Changes
* New now accept tracking requests for up to 1 day in the past instead of only 4 hours