From bef26ff9a0bcbc5500a9636a39ccc6046181acd8 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Tue, 18 Jun 2024 08:12:27 +0200 Subject: [PATCH] Release v4.4-r2 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ef89b69..7682657 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-enrol_semco Changes ------- -### Unreleased +### v4.4-r2 * 2024-06-01 - Raise Moodle core requirements which had been forgotten during the upgrade to Moodle 4.4. diff --git a/version.php b/version.php index 94c855c..41cfe9b 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'enrol_semco'; -$plugin->version = 2024060100; -$plugin->release = 'v4.4-r1'; +$plugin->version = 2024060101; +$plugin->release = 'v4.4-r2'; $plugin->requires = 2024042200; $plugin->supported = [404, 404]; $plugin->maturity = MATURITY_STABLE;