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

Version release: v0.8.0

parent 44a87e09
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.8.0] - TODO ## [0.8.0] - 2020-05-29
Thanks a lot to Jonathan Liebers who implemented the Postgres support and improved multiple SQL queries.
### Fixed ### Fixed
- Support for Postgres added - Support for Postgres added
- If a person is enrolled multiple times into a course, they are counted only once now. - If a person is enrolled multiple times into a course, they are counted only once now.
......
...@@ -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 = 2020051500; $plugin->version = 2020052900;
$plugin->release = 'v0.7.4'; $plugin->release = 'v0.8.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