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:
authorLukas Winkler <github@lw1.at>2019-02-28 23:54:15 +0300
committerStefan Giehl <stefan@matomo.org>2019-02-28 23:54:15 +0300
commit8ac338d36bd3b3a7edaa5a5e4200e3a675235ffd (patch)
tree3e0c6cf5ab1d87a8ba57ba83b4e03bf06fa6debb /CHANGELOG.md
parenta9e301f1afec4cafbd1a7f70e22b16a2963dcdce (diff)
remove getKeywordsForPageUrl widget (#14093)
* remove getKeywordsForPageUrl widget * fix tests * deprecate getKeywords... API * add to developer changelog * remove empty lines * improve deprecation message * fix test * fix test * fix tests * Update UI files
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 13709e7682..a82d9393d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
## Matomo 3.9.0
+### Breaking Changes
+
+* `Referrers.getKeywordsForPageUrl` and `Referrers.getKeywordsForPageTitle` APIs have been deprecated and will be removed in Matomo 4.0.0
+
### New Features
* It is now possible to use monolog's FingersCrossedHandler which buffers all logs and logs all of them in case of warning or error.