From 19fd645bbb4b1a1318a4e96ea892bf456830e597 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Tue, 30 Jul 2024 11:29:26 +0200 Subject: [PATCH] Release v4.1-r1 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index cfd05d6..51ad579 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_selfsignuphardlifecycle Changes ------- -### Unreleased +### v4.1-r1 * 2024-07-28 - Upgrade: Fix a Behat test which broke von Moodle 4.1. * 2024-07-28 - Cleanup: Replace deprecated strftime() function with \core_date::strftime() function. diff --git a/version.php b/version.php index aaa4571..7872125 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_selfsignuphardlifecycle'; -$plugin->version = 2022030106; -$plugin->release = 'v3.9-r3'; +$plugin->version = 2022112800; +$plugin->release = 'v4.1-r1'; $plugin->requires = 2022112800; $plugin->supported = [401, 401]; $plugin->maturity = MATURITY_STABLE;