From 5cb1313bba53136608d5531775904833cfd0d04b Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Wed, 8 Jan 2025 20:36:59 +0100 Subject: [PATCH] Release v4.5-r2 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e7cdbf6..7ca7ce4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_directsso Changes ------- -### Unreleased +### v4.5-r2 * 2025-01-08 - Upgrade: Adopt changes from MDL-81960 and MDL-82183 in automated tests as well. diff --git a/version.php b/version.php index af78950..0090dd2 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_directsso'; -$plugin->version = 2024100700; -$plugin->release = 'v4.5-r1'; +$plugin->version = 2024100701; +$plugin->release = 'v4.5-r2'; $plugin->requires = 2024100700; $plugin->supported = [405, 405]; $plugin->maturity = MATURITY_STABLE;