From 40127074a99641343e2725db2f5add67a8064b9e Mon Sep 17 00:00:00 2001 From: dizzy Date: Tue, 24 May 2022 04:29:05 -0700 Subject: [Vue] add manage goals store to share loaded idGoal with plugin components that extend goal management (#19236) * add manage goals store to share loaded idGoal with plugin components used to extend goal management * allow vue-entry components in edit goal template * for checkbox fields, undo dom property change manually so parent components can determine whether it should go through (vue does not do this automatically itself) * bump version so plugin tests can use this code * remove warning from vue when empty template is used for before goal list actions template event * fix v-for ref issue + do same change to FieldRadio --- 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 0b44b74cd1..95422bf901 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'; + const VERSION = '4.11.0-b1'; const MAJOR_VERSION = 4; -- cgit v1.2.3