From 698eb32e8e0f6601851b949c1e513f271656898f Mon Sep 17 00:00:00 2001 From: Tobias Goltz Date: Wed, 23 Mar 2022 14:42:57 +0100 Subject: [PATCH] Updated version and changelog for new release --- changelog.md | 5 +++++ version.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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,