From 1baadc87fb875d4bfc9173331b3c5bae79ac96d5 Mon Sep 17 00:00:00 2001 From: Mathew May Date: Tue, 26 Feb 2019 13:41:56 +0800 Subject: [PATCH] MDL-58428 theme: Update upgrade txt & versions. --- admin/tool/behat/upgrade.txt | 3 +++ theme/boost/upgrade.txt | 4 ++++ theme/boost/version.php | 2 +- theme/bootstrapbase/upgrade.txt | 3 +++ theme/bootstrapbase/version.php | 2 +- theme/upgrade.txt | 4 ++++ 6 files changed, 16 insertions(+), 2 deletions(-) diff --git a/admin/tool/behat/upgrade.txt b/admin/tool/behat/upgrade.txt index 525aa94f379..36b1184c2bd 100644 --- a/admin/tool/behat/upgrade.txt +++ b/admin/tool/behat/upgrade.txt @@ -1,5 +1,8 @@ This files describes API changes in the tool_behat code. +=== 3.7 === +* Behat will now look for behat step definitions in the current + theme and any parents the theme may have. === 2.7 === * Constants behat_base::cap_allow, behat_base::cap_prevent and behat_base::cap_prohibit have been removed in favour of the diff --git a/theme/boost/upgrade.txt b/theme/boost/upgrade.txt index dddf8fd42b5..aab9c467846 100644 --- a/theme/boost/upgrade.txt +++ b/theme/boost/upgrade.txt @@ -3,6 +3,10 @@ information provided here is intended especially for theme designers. === 3.7 === +* Templates and renderers moved to core. + +* Behat override steps moved to core. + Form element template --------------------- A 'wrapperid' has been added to 'templates/core_form/element-template.mustache' to restore unique ids diff --git a/theme/boost/version.php b/theme/boost/version.php index b0b23d04c80..177ef39cb3c 100644 --- a/theme/boost/version.php +++ b/theme/boost/version.php @@ -24,6 +24,6 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2018120300; +$plugin->version = 2019022600; $plugin->requires = 2018112800; $plugin->component = 'theme_boost'; diff --git a/theme/bootstrapbase/upgrade.txt b/theme/bootstrapbase/upgrade.txt index 3c6a47a468d..e7cdbb590f7 100644 --- a/theme/bootstrapbase/upgrade.txt +++ b/theme/bootstrapbase/upgrade.txt @@ -1,6 +1,9 @@ This file describes API changes in /theme/bootstrapbase information provided here is intended especially for theme designers. +=== 3.7 === +* Templates and renderers migrated from core. + === 3.0 === * html5shiv updated to 3.7.3 diff --git a/theme/bootstrapbase/version.php b/theme/bootstrapbase/version.php index 239d816fd16..5b2fe942628 100644 --- a/theme/bootstrapbase/version.php +++ b/theme/bootstrapbase/version.php @@ -26,6 +26,6 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2018120300; +$plugin->version = 2019022600; $plugin->requires = 2018112800; $plugin->component = 'theme_bootstrapbase'; diff --git a/theme/upgrade.txt b/theme/upgrade.txt index c6dfcdf97a5..ddd0ef846ac 100644 --- a/theme/upgrade.txt +++ b/theme/upgrade.txt @@ -3,6 +3,10 @@ information provided here is intended especially for theme designer. === 3.7 === * The core/form_autocompelte_input template now has a `data-tags` attribute. +* Boost theme renderer overrides have now been migrated to core. +* Renderers that were overridden by Boost are now in Bootstrapbase +* Core templates in Boost have now moved into core +* Templates that were overridden by boost are now located in Bootstrapbase === 3.6 ===