diff --git a/CHANGES.md b/CHANGES.md index dd7cdc3768c98de9546a0c15f733da2b0934e81e..a051e4ef07cbe56d3747b3c4af0676f286f05c08 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus Changes ------- -### Unreleased +### Release v3.8-r3 * 2020-08-26 - Removed nasty hack in Behat tests as it is not needed anymore. * 2020-08-25 - Changed calling of footer and footnote layouts to fix behat issues. diff --git a/version.php b/version.php index eceb765daba8df2753add07c88079b7b25630b35..31314f46cfe9fc5140342564bf7f8e07380e5471 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; -$plugin->version = 2020081201; -$plugin->release = 'v3.8-r2'; +$plugin->version = 2020082600; +$plugin->release = 'v3.8-r3'; $plugin->requires = 2019111804; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2019111800);