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

Version release: v0.7.4

parent 6355c382
Branches
Tags v0.7.4
No related merge requests found
# Changelog
All notable changes to this project will be documented in this file.
## [0.7.4] - 2020-05-15
### Fixed
- Notice regarding reset of browser/OS report is also shown in test environment and when there is no data to show
## [0.7.3] - 2020-05-13
Note: This version was released and tagged as `v0.7.3` but accidentally marked as `v0.8.0` in the `version.php`.
### Fixed
- Clears `browser_os` logs (if upgraded) due to errors in the analysis (see logstore plugin)
- Added related notice in the UI (only to `RWTHmoodle` page)
......
......@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die;
$plugin->component = 'local_learning_analytics';
$plugin->version = 2020051300;
$plugin->release = 'v0.8.0';
$plugin->version = 2020051500;
$plugin->release = 'v0.7.4';
$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