- Missing language strings in settings page
- New instances load in the 'content' area of the Dashboard automagically.
- New option to select default tab
- Performance improvements. User's course list is only loaded once for both tabs.
- Now displays hidden courses (to Teachers et al) as 'dimmed'
- Layout a bit better on legacy Bootstrap 2 themes (e.g. Clean).
- Some support for bootstrapbase themes added
- favourites shown with correct 'star' in course list
- Layout of courses improved using Bootstrap grids
- Option to keep favourites in 'normal' course list added to block settings
- Option to have a fixed sort order for courses tab
- Code tidied up somewhat
- All javascript changed from YUI to jquery amd modules
- Rendering now using mustache templates
- Course overviews displayed by clicking icon
- Favourites tab added
- Limit on courses displayed and child course display dropped.
- print_overview() still in use (for now)
- Debugging messages raised by using deprecated
print_overview()
are not displayed now (the better fix would be to actually remove these calls, but it has to wait for the new maintainer).
- Initial release of this block as a standalone plugin after being removed from Moodle core.