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>2018-10-17 00:52:43 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-10-17 00:52:43 +0300
commitf89ad7bb265ed9ebf5c46b4433f033c2adec601c (patch)
tree496ceaebfbb6259a37b2411c7c3b40bbda895fc2 /CHANGELOG.md
parentb7d9f11b1a95739317fac37d7e00a474f3b9b504 (diff)
let plugins modify the JS tracker (#13615)
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 44c9cb987f..c6cf30f4b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
### New APIs
* Added new event `Access.modifyUserAccess` which lets plugins modify current user's access levels/permissions.
+* Added new event `CustomMatomoJs.manipulateJsTracker` which lets plugins modify the JavaScript tracker.
### New Developer Features