diff --git a/CHANGES.md b/CHANGES.md index 4301ac4c56a..2a9409bd70a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_union Changes ------- -### Unreleased +### v4.3-r5 * 2024-01-20 - Improvement: Add a side entrance login page for local logins if the local login form is disabled on the standard login page, resolves #539. * 2024-01-20 - Improvement: Make all block regions available for the incourse and coursecategory page layouts, resolves #543. diff --git a/version.php b/version.php index d553f5a32c8..707595255f1 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_union'; -$plugin->version = 2023102019; -$plugin->release = 'v4.3-r4'; +$plugin->version = 2023102020; +$plugin->release = 'v4.3-r5'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;