From c1994c42620ddb92c1b9f863d95d5a41fe16e749 Mon Sep 17 00:00:00 2001 From: Thomas Dondorf <dondorf@lfi.rwth-aachen.de> Date: Mon, 19 Oct 2020 13:44:49 +0200 Subject: [PATCH] Version release: v0.11.0 --- CHANGELOG.md | 5 +++-- TODO.md | 4 +++- version.php | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1beb45..e851f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # 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) diff --git a/TODO.md b/TODO.md index 2fa10a9..a013a5e 100644 --- a/TODO.md +++ b/TODO.md @@ -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` diff --git a/version.php b/version.php index 9b6280a..e7a7ab0 100644 --- a/version.php +++ b/version.php @@ -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; -- GitLab