From cb5b9dff1c93a8bc6ce4345114bf131dcb5645c2 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Sun, 15 Oct 2023 10:23:39 +0200 Subject: [PATCH] Release v4.2-r1 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index aea5638..4362e49 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-local_maintenance_livecheck Changes ------- -### Unreleased +### v4.2-r1 * 2023-09-01 - Prepare compatibility for Moodle 4.2. diff --git a/version.php b/version.php index 9bd01e9..3c5f0b1 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_maintenance_livecheck'; -$plugin->version = 2023010501; -$plugin->release = 'v4.1-r2'; +$plugin->version = 2023090100; +$plugin->release = 'v4.2-r1'; $plugin->requires = 2023042400; $plugin->supported = [402, 402]; $plugin->maturity = MATURITY_STABLE;