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>2020-06-12 05:25:35 +0300
committerGitHub <noreply@github.com>2020-06-12 05:25:35 +0300
commitaeaa91c78024e2640822874bd5732af0fff0038e (patch)
tree2749afa562a41668a488350ba2c5c99ffc7bccc1 /CHANGELOG.md
parent59698ee2a889ff321c53d526c4b3b61d9660ab4a (diff)
Rename Piwik -> Matomo in JS tracker where possible (#16052)
* Rename Piwik -> Matomo in JS Tracker * fix tests * rebuilt piwik.js
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45a5d04e93..92523d218b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
### New API
* A new API `UsersManager.createAppSpecificTokenAuth` has been added to create an app specific token for a user.
+* A new JS tracker method `getMatomoUrl` has been added which replaces `getPiwikUrl`.
### Breaking changes
* The API `UsersManager.getTokenAuth` has been removed. Instead you need to use `UsersManager.createAppSpecificTokenAuth` and store this token in your application.
@@ -84,6 +85,12 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
* Various methods in `Piwik\Mail` have been removed or changed their signature.
* Support for tracking and reporting of these browser plugins has been discontinued: Gears, Director
* Added new event `Db.getTablesInstalled`, plugins should use to register the tables they create.
+* Plugins that extend the JS tracker should now add their callback to `matomoPluginAsyncInit` instead of `piwikPluginAsyncInit`
+* The JS tracker event `PiwikInitialized` has been renamed to `MatomoInitialized`
+
+### Deprecations
+* The JS Tracker method `getPiwikUrl` has been deprecated and `getMatomoUrl` should be used instead.
+* The JS Tracker init method `piwikAsyncInit` has been deprecated and `matomoAsyncInit` should be used instead.
## Matomo 3.13.6