Skip to content

Commit

Permalink
MDL-58428 theme: Update upgrade txt & versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate-lightning authored and sarjona committed Feb 26, 2019
1 parent a48ff0d commit 1baadc8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2 deletions.
3 changes: 3 additions & 0 deletions admin/tool/behat/upgrade.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions theme/boost/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion theme/boost/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2018120300;
$plugin->version = 2019022600;
$plugin->requires = 2018112800;
$plugin->component = 'theme_boost';
3 changes: 3 additions & 0 deletions theme/bootstrapbase/upgrade.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2018120300;
$plugin->version = 2019022600;
$plugin->requires = 2018112800;
$plugin->component = 'theme_bootstrapbase';
4 changes: 4 additions & 0 deletions theme/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ===

Expand Down

0 comments on commit 1baadc8

Please sign in to comment.