diff --git a/changelog.md b/changelog.md index ad8ea8e..61670c3 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,11 @@ All important changes to this plugin will be documented in this file. +## [v1.4.7] - 2022-03-23 + +## Fixed +- Fixed an issue where only participants with default student role were listed on the individual grading settings page. Now every participant with a graded role will be listed. + ## [v1.4.6] - 2022-03-11 ## Added diff --git a/version.php b/version.php index 061363f..0661add 100644 --- a/version.php +++ b/version.php @@ -25,10 +25,10 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2022031102; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2022032300; // The current module version (Date: YYYYMMDDXX). $plugin->component = 'mod_mumie'; // Full name of the plugin (used for diagnostics). $plugin->requires = 2020061500; -$plugin->release = "v1.4.6"; +$plugin->release = "v1.4.7"; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array( 'auth_mumie' => 2021031200,