From 5805b6a92e41884106b6701f6209da54129b34ad Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Mon, 15 Jan 2024 12:46:37 +0100 Subject: [PATCH] Release v3.9-r2 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 467fb57..92f361b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_directsso Changes ------- -### Unreleased +### v3.9-r2 * 2024-01-15 - Improvement: Allow course as Direct Entry SSO target - inspired by Chris Murad. * 2024-01-12 - Add automated release to moodle.org/plugins diff --git a/version.php b/version.php index 30ff056..ad92a7f 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_directsso'; -$plugin->version = 2022062300; -$plugin->release = 'v3.9-r1'; +$plugin->version = 2022062301; +$plugin->release = 'v3.9-r2'; $plugin->requires = 2020061512; $plugin->supported = [39, 39]; $plugin->maturity = MATURITY_STABLE;