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:
authorStefan Giehl <stefan@matomo.org>2019-11-11 21:49:11 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-11-11 21:49:11 +0300
commitc93bd45479d830631d82b90839296d0d1b485737 (patch)
treea4a550bdf26c328567320f6e5248bfc9cdd70f0f /CHANGELOG.md
parent47faa815a50ae48c969cd8e5e455769e4ddb104b (diff)
Adds new event to define if lower metric values are better (#15147)
* Adds new event to define if lower metric values are better * updates CHANGELOG
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 83e20b914f..c5ba3fbd54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
### New API
* New tracker method `setVisitStandardLength` which lets you configure a custom visit standard length in case a custom "visit_standard_length" is configured in the config. Setting only applies when heart beat is enabled.
+* Added new event `Metrics.isLowerValueBetter` so plugins can define if lower metric values are better for additional metrics.
### Other Changes
* User ID is no longer linked to visitor ID. Actions with different user IDs will still be considered as part of different visits, irrespective of their visitor IDs, but the same visitor ID can be used with different user IDs.