mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-58428 theme: Update upgrade txt & versions.
This commit is contained in:
parent
a48ff0dcf6
commit
1baadc87fb
@ -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
|
||||
|
@ -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
|
||||
|
@ -24,6 +24,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2018120300;
|
||||
$plugin->version = 2019022600;
|
||||
$plugin->requires = 2018112800;
|
||||
$plugin->component = 'theme_boost';
|
||||
|
@ -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
|
||||
|
||||
|
@ -26,6 +26,6 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
$plugin->version = 2018120300;
|
||||
$plugin->version = 2019022600;
|
||||
$plugin->requires = 2018112800;
|
||||
$plugin->component = 'theme_bootstrapbase';
|
||||
|
@ -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 ===
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user