From 57c63041609189f17c0164f3f29b07af6b0d976a Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Wed, 20 Nov 2024 19:54:55 +0100 Subject: [PATCH] Release v4.5-r3 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a7ff2302367..0518ec5ffc6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_union Changes ------- -### Unreleased +### v4.5-r3 * 2024-11-19 - Bugfix: The starred courses popover showed a JavaScript error in the browser JS console, resolves #759. * 2024-11-19 - Bugfix: The starred courses popover in the navbar must only be shown if Boost Union or Boost Union child is active, resolves #759. diff --git a/version.php b/version.php index 04e98603984..d9a8ee93a28 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_union'; -$plugin->version = 2024100702; -$plugin->release = 'v4.5-r2'; +$plugin->version = 2024100703; +$plugin->release = 'v4.5-r3'; $plugin->requires = 2024100700; $plugin->supported = [405, 405]; $plugin->maturity = MATURITY_STABLE;