From 6a346ac3b0474f24c94fecad5269b77fd79fff00 Mon Sep 17 00:00:00 2001 From: Lyannic Date: Mon, 6 May 2024 17:52:11 +0200 Subject: [PATCH 1/2] Increment version to 1.7.0 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index dc75376..b6fd4cb 100644 --- a/version.php +++ b/version.php @@ -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, ); From e6ee15d43286ee6e1a906631847e3d230b2d81bf Mon Sep 17 00:00:00 2001 From: Lyannic Date: Mon, 6 May 2024 17:58:44 +0200 Subject: [PATCH 2/2] Add changelog for v1.7.0 --- changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.md b/changelog.md index 61c29c0..ae5e23b 100644 --- a/changelog.md +++ b/changelog.md @@ -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