diff --git a/CHANGES.md b/CHANGES.md index b88902945ba58bcd87cd037cb1675efca5dafd88..d2d485faedf50d7c19ad5dea6738abe0f9b55f4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus Changes ------- -### Unreleased +### v3.9-r6 * 2021-02-05 - Improvement: Add missing catch branch in Back-to-top button JS * 2021-02-05 - Bugfix: Moodle core Back-to-top button was not clickable over Boost Campus footer diff --git a/version.php b/version.php index 8580c51183cde732d5dd48b9017901bd9f2c1671..7da20bbb1bdb55e01bdd42e45fc9bc1f01a29a8e 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; -$plugin->version = 2020112302; -$plugin->release = 'v3.9-r5'; +$plugin->version = 2020112303; +$plugin->release = 'v3.9-r6'; $plugin->requires = 2020061502; $plugin->supported = [39, 39]; $plugin->maturity = MATURITY_STABLE;