diff --git a/CHANGES.md b/CHANGES.md index 3716ac787ac..78afd6dcd43 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_union Changes ------- -### Unreleased +### v4.4-r1 * 2024-07-15 - Development: Rename master branch to main, please update your clones. * 2024-07-13 - Upgrade: Make the \theme_boost_union\task\purge_cache task non-blocking as this has been deprecated in Moodle core. diff --git a/version.php b/version.php index 2a50a829132..0acc6fc1e0d 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_union'; -$plugin->version = 2023102043; -$plugin->release = 'v4.3-r15'; +$plugin->version = 2024060100; +$plugin->release = 'v4.4-r1'; $plugin->requires = 2024042200; $plugin->supported = [404, 404]; $plugin->maturity = MATURITY_STABLE;