From 2341f6db04080f104c6d1a07006a955092660e6e Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Wed, 21 Aug 2024 06:13:26 +0200 Subject: [PATCH] Release v4.3-r2 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 13f113a..53aace5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus Changes ------- -### Unreleased +### v4.3-r2 * 2024-08-19 - Fix behat tests which broke due to Github actions changes * 2024-08-11 - Add section for scheduled tasks to README diff --git a/version.php b/version.php index 66d591d..e3ed866 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; -$plugin->version = 2023102000; -$plugin->release = 'v4.3-r1'; +$plugin->version = 2023102001; +$plugin->release = 'v4.3-r2'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;