From a4f77bfbb898d0c356dd59ab5d0d3ee7043a8835 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Tue, 29 Oct 2024 11:13:17 +0100 Subject: [PATCH] Release v4.5-r1 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0177240..3caef79 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-local_sandbox Changes ------- -### Unreleased +### v4.5-r1 * 2024-10-14 - Upgrade: Adopt changes from MDL-82183 and use new \core\output\html_writer * 2024-10-14 - Upgrade: Adopt changes from MDL-81960 and use new \core\url class diff --git a/version.php b/version.php index a0c3af1..0e50282 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die; $plugin->component = 'local_sandbox'; -$plugin->version = 2024060100; -$plugin->release = 'v4.4-r1'; +$plugin->version = 2024100700; +$plugin->release = 'v4.5-r1'; $plugin->requires = 2024100700; $plugin->supported = [405, 405]; $plugin->maturity = MATURITY_STABLE;