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

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