From 9c3e39480e3e32e58407013c87cf14fc71f5aa89 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Tue, 30 Jul 2024 11:55:28 +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 51c31f0..41fcbf7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_selfsignuphardlifecycle Changes ------- -### Unreleased +### v4.3-r1 * 2024-07-28 - Prepare compatibility for Moodle 4.3. diff --git a/version.php b/version.php index 2001ae7..f8a8d0b 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_selfsignuphardlifecycle'; -$plugin->version = 2023042400; -$plugin->release = 'v4.2-r1'; +$plugin->version = 2023100900; +$plugin->release = 'v4.3-r1'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;