Skip to content

Commit

Permalink
Updated version and changelog for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Goltz committed Mar 23, 2022
1 parent 8334912 commit 698eb32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 698eb32

Please sign in to comment.