moodle/theme/bootstrapbase/upgrade.txt
2013-09-08 23:17:34 +10:00

9 lines
448 B
Text

This file describes API changes in /theme/bootstrapbase
information provided here is intended especially for theme designers.
=== 2.6 ===
Notes:
* File theme/bootstrapbase/less/moodle/grade.less is removed. Corrections are
made to the grade report to make it work with Bootstrapbase.
Theme developers need to alter config.php and update $THEME->plugins_exclude_sheets
to not to list stylesheet from gradereport_grade any more. See MDL-40347