mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-58428 theme: Update upgrade txt & versions.
This commit is contained in:
parent
a48ff0dcf6
commit
1baadc87fb
6 changed files with 16 additions and 2 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue