From 3fe246de1c7074d4ffc33f053839fbe65beda824 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Sun, 27 Oct 2024 15:46:13 +0100 Subject: [PATCH] Release v4.4-r2 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3cc85cb..c4da04d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-lifecycletrigger_customfieldsemester Changes ------- -### Unreleased +### v4.4-r2 * 2024-10-27 - Tests: Call parent setup() function when instantiating PHPUnit tests. diff --git a/version.php b/version.php index 7c8343f..b528613 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'lifecycletrigger_customfieldsemester'; -$plugin->version = 2024060100; -$plugin->release = 'v4.4-r1'; +$plugin->version = 2024060101; +$plugin->release = 'v4.4-r2'; $plugin->requires = 2024042200; $plugin->supported = [404, 404]; $plugin->maturity = MATURITY_STABLE;