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-10-19 01:48:41 +0300
committerGitHub <noreply@github.com>2020-10-19 01:48:41 +0300
commite2666f6310f779e3dd66c27df53deb961321bdc5 (patch)
treeb29fb9b113d66bc12c82aa45a21824b60468e851 /CHANGELOG.md
parentedf169d55e8d2291cdecf67125240acac1439d2d (diff)
Ignore tracking requests for disabled plugins (#16570)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a4b369281b..bf309b9c9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -61,6 +61,10 @@ These are only recommendations (because we will keep backward compatibility for
* These API methods have been removed: `Referrers.getKeywordsForPageUrl` and `Referrers.getKeywordsForPageTitle`. Use `Referrers.getKeywords` instead in combination with a `entryPageUrl` or `entryPageTitle` segment.
* The parameter `alias` from the API methods `UsersManager.addUser` and `UsersManager.updateUser` has been removed.
+#### HTTP Tracking API
+
+* An optional new tracking parameter called `ca` has been added which can be used for tracking requests that aren't page views see [#16569](https://github.com/matomo-org/matomo/issues/16569)
+
### PHP Plugin API
#### New PHP events