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:
authorKate Butler <kate@innocraft.com>2020-03-09 19:54:41 +0300
committerGitHub <noreply@github.com>2020-03-09 19:54:41 +0300
commitc1ddd0c1673abd6f2ab07afd5a20ce0749c7e591 (patch)
treed48c9d5c9de3da8ea2f8048fe4f1c7fedd02e00d /CHANGELOG.md
parent65b1fcd4cf1ca12d0852d373071e7577e3dbdef4 (diff)
Refactor search category/count to not use custom variables (#15286)
* Database migration * Populate new columns * Refactor Dimensions * Remove CustomVariables SearchCategory dimension * Update query in ActionsArchiver * New implementation of archiving for Actions.getSiteSearchCategories * Change search_count column to integer * Remove check for CustomVariables plugin being enabled * Remove references to search category/custom CV constants * Prevent undefined offset error in DataArray when row is empty * Update system tests * remove unused method * fix update script * populate sitesearch category and count in visitor details * ignore old site search variables in visitor details * updates some exptected test files * Show search categroy and count in action tooltip * append category and count to action subtitle * fix category archiving * update tests * Allow segmenting by search category and count * update tests * fix update * fix tests * keep old sitesearch vars as preserved custom variable * updates expected UI files * fix tests * set segment name correctly * apply review feedback Co-authored-by: sgiehl <stefan@matomo.org>
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 8a939cbb21..a3741a87be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
* Public API class `Piwik\Plugins\CustomPiwikJs\TrackerUpdater` has been renamed to `Piwik\Plugins\CustomJsTracker\TrackerUpdater`
* API method `CustomPiwikJs.doesIncludePluginTrackersAutomatically` has been renamed to `CustomJsTracker.doesIncludePluginTrackersAutomatically`
* GeoIP Legacy support has been fully removed. Users of GeoIP Legacy need to set up a new location provider like GeoIP2, otherwise the default location provider will be used.
+* Site search category and count are no longer stored as custom variables. That also means they will now have an extra field in action details and no longer appear in custom variables.
## Matomo 3.13.1