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

Version release: v0.18.0

parent 07432e7e
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.18.0] - 2021-06-04
### Added
- API added for subplugins to provide settings. For now the settings of the default subplugins will stay part of the general settings for compatibility reasons.
## [0.17.1] - 2021-05-31
### Fixed
- SQL query not working in Postgres in `weekheatmap` report
......
......@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die;
$plugin->component = 'local_learning_analytics';
$plugin->version = 2021053100;
$plugin->release = 'v0.17.1';
$plugin->version = 2021060400;
$plugin->release = 'v0.18.0';
$plugin->maturity = MATURITY_STABLE;
$plugin->requires = 2017111302;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment