From 5ff5e94474956453337a6c19b6605d3730a17e27 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Tue, 18 Jun 2024 07:47:24 +0200 Subject: [PATCH] Release v4.3-r3 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a4b919b..cfb2a92 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-enrol_semco Changes ------- -### Unreleased +### v4.3-r3 * 2024-06-01 - Bugfix: Remove debug warning in enrol_semco_enrol_user webservice endpoint. * 2024-06-01 - Upgrade: Migrate the enrol_semco_before_standard_top_of_body_html() function to the new hook callback on Moodle 4.4. diff --git a/version.php b/version.php index 46e164e..4d38bbf 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'enrol_semco'; -$plugin->version = 2023100907; -$plugin->release = 'v4.3-r2'; +$plugin->version = 2023100908; +$plugin->release = 'v4.3-r3'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;