diff --git a/CHANGES.md b/CHANGES.md index 7d7734eea0a01d7dfc7a5437b73ba8265de987ad..28e8a9ea1ae4ec95ff97bd81839c5297ea26ad57 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus Changes ------- -### Unreleased +### Release v3.7-r4 * 2020-02-11 - Re-ordered in course course settings to be displayed within the course header. * 2020-02-07 - Added missing information to README.md for the changes to the activity navigation links. diff --git a/version.php b/version.php index dba3bbd6600fef239d78fe8b6c544a01f51eea2e..158a399837f7b3f9b360391bfa116598d2cd7abe 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; -$plugin->version = 2019111300; -$plugin->release = 'v3.7-r3'; +$plugin->version = 2020021200; +$plugin->release = 'v3.7-r4'; $plugin->requires = 2019052000.05; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2019052000);