From cf08d871639e5546fa72675144ddc339b6050a19 Mon Sep 17 00:00:00 2001 From: Lyannic Date: Mon, 6 May 2024 17:28:31 +0200 Subject: [PATCH 1/2] Increment version to 1.6.0 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 7140f89..3c229b0 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023110900; +$plugin->version = 2024050600; $plugin->component = 'auth_mumie'; $plugin->requires = 2022041900; -$plugin->release = "v1.5.1"; +$plugin->release = "v1.6.0"; $plugin->maturity = MATURITY_STABLE; From b2f120d7ec31c387af80f327e643950bb30e47df Mon Sep 17 00:00:00 2001 From: Lyannic Date: Mon, 6 May 2024 17:33:41 +0200 Subject: [PATCH 2/2] Add changelog for v1.6.0 --- changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog.md b/changelog.md index ac24519..e9e5780 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,13 @@ All important changes to this plugin will be documented in this file +## [v1.6.0] - 2024-05-06 +### Added +- SSO when opening the Problem selector for the Problem Pool + +### Fixed +- Fixed deprecation warnings in Moodle administration page + ## [v1.5.1] - 2023-11-09 ### Fixed - Support mysql and php:7.4