diff --git a/CHANGES.md b/CHANGES.md index 92ccfe66c59b02d8ae3bc2c4dd061ea93f46cc7b..1d625a4e7b963c88ce7fd2a7e60fbf977f0f4164 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus Changes ------- -### Unreleased +### v3.11-r4 * 2022-11-03 - Bugfix: Return Boost Campus favicon as moodle_url instead of string, solves #120. * 2022-07-10 - Add Capabilities section to README.md diff --git a/version.php b/version.php index 06b275b8456631f41622ac4edd782656e265c09c..f13d08d0d2a4b04f3c262d2dc593d9238b628067 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; -$plugin->version = 2021122802; -$plugin->release = 'v3.11-r3'; +$plugin->version = 2021122803; +$plugin->release = 'v3.11-r4'; $plugin->requires = 2021051700; $plugin->supported = [311, 311]; $plugin->maturity = MATURITY_STABLE;