diff --git a/CHANGES.md b/CHANGES.md index 13ede38428d8518703d0e46dd39da25030e0fb81..41cbd553de63455dbe3fe28f49fa818a51ccaf42 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus_child Changes ------- -### Unreleased +### v3.8-r2 * 2020-10-05 - Fixed bug that setting addablockposition was not applied to Boost Campus Child. * 2020-09-24 - Fixed bug that theme Boost Campus Child did not show the favicon set in parent theme Boost Campus. diff --git a/version.php b/version.php index 6757b21ff06985808ade7984e531eac26ecd4dee..e6361da4f2c28069a1f3f7a7482ce1ad27cf3bff 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus_child'; -$plugin->version = 2020022500; -$plugin->release = 'v3.8-r1'; +$plugin->version = 2020100600; +$plugin->release = 'v3.8-r2'; $plugin->requires = 2019111800; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2019111800, 'theme_boost_campus' => 2020032400);