From 2bf5f73a0c9b19c367feb23f9f6534d47530468a Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Thu, 1 Aug 2024 12:38:22 +0200 Subject: [PATCH] Release v4.1-r2 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 25e7a07..b410bb5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_selfsignuphardlifecycle Changes ------- -### Unreleased +### v4.1-r2 * 2024-07-30 - Feature: Allow the admin to configure cohorts which should be ignored by the tool. diff --git a/version.php b/version.php index 51bdf1b..58f3e2c 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_selfsignuphardlifecycle'; -$plugin->version = 2022112801; -$plugin->release = 'v4.1-r1'; +$plugin->version = 2022112802; +$plugin->release = 'v4.1-r2'; $plugin->requires = 2022112800; $plugin->supported = [401, 401]; $plugin->maturity = MATURITY_STABLE;