Skip to content

Commit

Permalink
16513 changed release version
Browse files Browse the repository at this point in the history
  • Loading branch information
goltz committed Nov 5, 2019
1 parent 355b058 commit 40a71ee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All important changes to this plugin will be documented in this file.

## [v1.2] - 2019-11-05
Attention: Installing this update will create new MUMIE acounts for all users. Old MUMIE tasks will keep working, but they wont share a grade pool with newly created ones.
### Added
- MOODLE userid is now hashed to improve data security

### Fixed
- Error messages in mod_form are now displayed properly


## [v1.1] - 2019-09-26
### Fixed
- The MumieTask form now works properly in the 'Clean' moodle theme during activity creation.


4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
$plugin->version = 2019110501; // The current module version (Date: YYYYMMDDXX).
$plugin->component = 'mod_mumie'; // Full name of the plugin (used for diagnostics).
$plugin->requires = 2015041700;
$plugin->release = "v1.1";
$plugin->release = "v1.2";
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'auth_mumie' => 2019110104,
'auth_mumie' => 2019110500,
);

0 comments on commit 40a71ee

Please sign in to comment.