MDL-58428 theme: Update upgrade txt & versions.

This commit is contained in:
Mathew May 2019-02-26 13:41:56 +08:00 committed by Sara Arjona
parent a48ff0dcf6
commit 1baadc87fb
6 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2018120300;
$plugin->version = 2019022600;
$plugin->requires = 2018112800;
$plugin->component = 'theme_boost';

View File

@ -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

View File

@ -26,6 +26,6 @@
defined('MOODLE_INTERNAL') || die;
$plugin->version = 2018120300;
$plugin->version = 2019022600;
$plugin->requires = 2018112800;
$plugin->component = 'theme_bootstrapbase';

View File

@ -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 ===