From 0f18c49920f21b12527d504aa7a443c68a05dcf8 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Mon, 23 Oct 2023 21:32:31 +0200 Subject: [PATCH] Release v4.3-r1 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 61e33da..6e6e4a7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-local_bulkenrol Changes ------- -### Unreleased +### v4.3-r1 * 2023-10-23 - Fix Behat tests which broke on Moodle 4.3. * 2023-10-20 - Prepare compatibility for Moodle 4.3. diff --git a/version.php b/version.php index 4303af8..fe44b9a 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_bulkenrol'; -$plugin->version = 2023090100; -$plugin->release = 'v4.2-r1'; +$plugin->version = 2023102000; +$plugin->release = 'v4.3-r1'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;