Skip to content
Snippets Groups Projects
Commit c1994c42 authored by Thomas Dondorf's avatar Thomas Dondorf
Browse files

Version release: v0.11.0

parent 632ebd21
No related branches found
No related tags found
No related merge requests found
# Changelog
All notable changes to this project will be documented in this file.
## [0.11.0]
## [0.11.0] - 2020-10-19
### Changed
- Heatmap colors and look changed
- Minor changes in FAQ page
- Minor text changes in FAQ page
- Activities page: "Clear filter" link added
### Fixed
- 2 bugs in activities page:
- Activities with the same name were merged previously (this was not intended)
......
......@@ -137,7 +137,7 @@
- [ ] Removes customfield
- [ ] Removes user tour
- [ ] Add new reports to upgrade.php script
- [ ] ~~Explain capability "learning_analytics:view_statistics" in README (by default students can view statistics)~~ => it's already in there
- [x] ~~Explain capability "learning_analytics:view_statistics" in README (by default students can view statistics)~~ => it's already in there
- [ ] Accessibility: Add alt texts to images/icons, add aria-labels where needed
- [x] Check if color blindness is respected
- [ ] Give graph meaningful aria labels
......@@ -151,6 +151,8 @@
## For later...
- [ ] Users of our plugin still have the `lalog_browser_os` table installed (RWTH + HRW)
- [ ] Plan: Get the data and then put uninstall routine into upgrade
- [ ] Remove this in a future upgrade?
- [ ] Rethink the current structure of sub plugins?
- [ ] Describe subplugins in README
- [ ] `lareport`
- [ ] `lalog`
......
......@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die;
$plugin->component = 'local_learning_analytics';
$plugin->version = 2020101900;
$plugin->release = 'v0.10.0';
$plugin->version = 2020101901;
$plugin->release = 'v0.11.0';
$plugin->maturity = MATURITY_BETA;
$plugin->requires = 2017111302;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment