From eda77cc356175c1bf6ef9db4ba45db2d517206a9 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Sun, 27 Oct 2024 15:42:10 +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 2a164e0..fb681fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-availability_cohort 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 e15fd3b..a808656 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'availability_cohort'; -$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;