Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
1baadc87
Commit
1baadc87
authored
Feb 26, 2019
by
Mathew May
Committed by
Sara Arjona
Feb 26, 2019
Browse files
MDL-58428 theme: Update upgrade txt & versions.
parent
a48ff0dc
Changes
6
Show whitespace changes
Inline
Side-by-side
admin/tool/behat/upgrade.txt
View file @
1baadc87
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
...
...
theme/boost/upgrade.txt
View file @
1baadc87
...
...
@@ -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
...
...
theme/boost/version.php
View file @
1baadc87
...
...
@@ -24,6 +24,6 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
201
81203
00
;
$plugin
->
version
=
201
90226
00
;
$plugin
->
requires
=
2018112800
;
$plugin
->
component
=
'theme_boost'
;
theme/bootstrapbase/upgrade.txt
View file @
1baadc87
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
...
...
theme/bootstrapbase/version.php
View file @
1baadc87
...
...
@@ -26,6 +26,6 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
;
$plugin
->
version
=
201
81203
00
;
$plugin
->
version
=
201
90226
00
;
$plugin
->
requires
=
2018112800
;
$plugin
->
component
=
'theme_bootstrapbase'
;
theme/upgrade.txt
View file @
1baadc87
...
...
@@ -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 ===
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment