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

Version release: v0.6.0

parent c510cab6
No related branches found
No related tags found
No related merge requests found
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.6.0] - 2020-04-20
### Changed
- Changed how activities report works. It now uses the `get_fast_modinfo` function of Moodle to list courses. This allows a better order and uses the Moodle cache.
### Removed
- Option `allow_dashboard_compare` is removed for now as it is currently in an unstable state.
## [0.5.0] - 2020-04-03 ## [0.5.0] - 2020-04-03
## Added ### Added
- Settings added: `status` and `course_ids` - Settings added: `status` and `course_ids`
- `status` defines in which courses the Learning Analytics UI is linked/shown - `status` defines in which courses the Learning Analytics UI is linked/shown
- `course_ids` can be used to only show the UI in specific courses - `course_ids` can be used to only show the UI in specific courses
## Changed ### Changed
- If the `lanalytics` logstore is disabled and the default `status` option is selected, no UI will be linked/shown. - If the `lanalytics` logstore is disabled and the default `status` option is selected, no UI will be linked/shown.
- Dependency `logstore_lanalytics` changed to: `2020040300` (`v0.4.0`) - Dependency `logstore_lanalytics` changed to: `2020040300` (`v0.4.0`)
## [0.4.2] - 2020-03-31 ## [0.4.2] - 2020-03-31
## Fixed ### Fixed
- Hard-coded database prefix `mdl_` removed - Hard-coded database prefix `mdl_` removed
## [0.4.2] - 2020-03-31 ## [0.4.2] - 2020-03-31
## Changed ### Changed
- CSS change due to RWTH layout design - CSS change due to RWTH layout design
## [0.4.1] - 2020-03-30 ## [0.4.1] - 2020-03-30
## Changed ### Changed
- Minor language string changes - Minor language string changes
## [0.4.0] - 2020-03-30 ## [0.4.0] - 2020-03-30
......
...@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die; ...@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die;
$plugin->component = 'local_learning_analytics'; $plugin->component = 'local_learning_analytics';
$plugin->version = 2020040300; $plugin->version = 2020042000;
$plugin->release = 'v0.5.0'; $plugin->release = 'v0.6.0';
$plugin->maturity = MATURITY_BETA; $plugin->maturity = MATURITY_BETA;
$plugin->requires = 2017111302; $plugin->requires = 2017111302;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment