diff --git a/CHANGES.md b/CHANGES.md index 4ae8daad90ce8d42ce14143b3118ac4ebfc91032..ca566535ef8b77c591acb69569e11de3cd2645b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus Changes ------- -### Unreleased +### v3.10-r9 * 2021-09-16 - Regression: The switch role functionality caused a fatal error with some theme configurations - Thanks to Klaus Steitz. diff --git a/version.php b/version.php index fa05bd0cbb143d9657cfe603a8d94b4a9c1be2ad..9845f69298e252c048ac4e4518c0cbef5f5a9b7b 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; -$plugin->version = 2020112807; -$plugin->release = 'v3.10-r8'; +$plugin->version = 2020112808; +$plugin->release = 'v3.10-r9'; $plugin->requires = 2020110900; $plugin->supported = [310, 310]; $plugin->maturity = MATURITY_STABLE;