From 0de1958dc1ac61e56e45a1139de20f9562ded73e Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Thu, 31 Oct 2024 21:24:33 +0100 Subject: [PATCH] Release v4.5-r2 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c421c1111a5..e06b3f2032e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_union Changes ------- -### Unreleased +### v4.5-r2 * 2024-10-31 - Bugfix: Fix possible site failure when a cohort or role used as restriction of a smart menu item is deleted, resolves #737. * 2024-10-24 - Release: Change support thread URL in README to a tiny URL. diff --git a/version.php b/version.php index a4a58735e28..352fb08bc8f 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_union'; -$plugin->version = 2024100700; -$plugin->release = 'v4.5-r1'; +$plugin->version = 2024100701; +$plugin->release = 'v4.5-r2'; $plugin->requires = 2024100700; $plugin->supported = [405, 405]; $plugin->maturity = MATURITY_STABLE;