Skip to content

Commit

Permalink
Merge pull request #74 from integral-learning/release/1.7.0
Browse files Browse the repository at this point in the history
Release v1.7.0
  • Loading branch information
Lyannic authored May 6, 2024
2 parents 865156d + e6ee15d commit d428344
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# MumieTask - Changelog

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

## [v1.7.0] - 2024-05-06
### Added
- Preselection of currently selected Problem when opening the Problem selector
- SSO when opening the Problem selector for the Problem Pool

### Fixed
- Fixed deprecation warning on activity page

## [v1.6.2] - 2023-11-09
### Fixed
- Grade synchronisation bug fixed
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2023110900; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2024050600; // The current module version (Date: YYYYMMDDXX).
$plugin->component = 'mod_mumie'; // Full name of the plugin (used for diagnostics).
$plugin->requires = 2022041900;
$plugin->release = "v1.6.2";
$plugin->release = "v1.7.0";
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'auth_mumie' => 2023110900,
'auth_mumie' => 2024050600,
);

0 comments on commit d428344

Please sign in to comment.