From 7d6d2bc224eed1ff9be08848569e1d01ecac0d96 Mon Sep 17 00:00:00 2001 From: Justin Velluppillai Date: Mon, 16 May 2022 13:44:52 +1200 Subject: Merge 4.10.0 changes back to development branch (#19223) * tweak QueryParameters type in index.d.ts to better match arbitrary object types (#19191) * tweak QueryParameters type in index.d.ts to better match arbitrary object types * make sure github action takes into account changes in CoreVue types * add ability to use a deep watch in scope var watches in angularjs adapters (#19195) * covert getPluginUmdChunks from private to protected (#19212) * set default color value, when key not exist. (#18696) * Update Sparkline.php add addition setup * Update Sparkline.php update foreach to array_merge * protected getPluginUmdChunks update private to protect * correctly destroy vue entry components in widgetloader (#19216) * Release Matomo 4.10.0 Co-authored-by: dizzy Co-authored-by: Peter Zhang --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Version.php') diff --git a/core/Version.php b/core/Version.php index 4ba05f11bd..0b44b74cd1 100644 --- a/core/Version.php +++ b/core/Version.php @@ -21,7 +21,7 @@ final class Version * The current Matomo version. * @var string */ - const VERSION = '4.10.0-rc1'; + const VERSION = '4.10.0'; const MAJOR_VERSION = 4; -- cgit v1.2.3