diff --git a/CHANGES.md b/CHANGES.md index 74a8859309d..29a7fcda251 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_union Changes ------- -### Unreleased +### v4.2-r3 * 2023-10-01 - Bugfix: Omit PHP deprecation warnings on PHP 8.2, solves #411. * 2023-10-01 - Test: Run Moodle Plugin CI with PHP 8.2 as well. diff --git a/version.php b/version.php index c95969a3682..87d5978a14a 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_union'; -$plugin->version = 2023090101; -$plugin->release = 'v4.2-r2'; +$plugin->version = 2023090102; +$plugin->release = 'v4.2-r3'; $plugin->requires = 2023042402.04; $plugin->supported = [402, 402]; $plugin->maturity = MATURITY_STABLE;