diff --git a/CHANGES.md b/CHANGES.md index e59b0683b966719103d8074237a384a2d3307438..d48d07daeda7299e15e447c4c870d42148b47eaf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus Changes ------- -### Unreleased +### Release v3.8-r1 * 2020-03-24 - Changed setting imageareaitemslink to imageareaitemsattributes to be able to add alt text to the images. * 2020-03-10 - Fixed accessibility issues with in-course settings. diff --git a/version.php b/version.php index 2224d010a3a3756b8fe0d1f41a59e2ae29a48f3c..ff3c44e0dad66064631532ece5563153fb4d50a6 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; -$plugin->version = 2020030800; -$plugin->release = 'v3.7-r4'; +$plugin->version = 2020032400; +$plugin->release = 'v3.8-r1'; $plugin->requires = 2019111800; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2019111800);