From 2d48762f94f08b741372521ad3c5a25480cf96a6 Mon Sep 17 00:00:00 2001 From: Kathrin Osswald <kathrin.osswald@uni-ulm.de> Date: Wed, 26 Aug 2020 10:31:58 +0200 Subject: [PATCH] Release v3.8-r3 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index dd7cdc3..a051e4e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus Changes ------- -### Unreleased +### Release v3.8-r3 * 2020-08-26 - Removed nasty hack in Behat tests as it is not needed anymore. * 2020-08-25 - Changed calling of footer and footnote layouts to fix behat issues. diff --git a/version.php b/version.php index eceb765..31314f4 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; -$plugin->version = 2020081201; -$plugin->release = 'v3.8-r2'; +$plugin->version = 2020082600; +$plugin->release = 'v3.8-r3'; $plugin->requires = 2019111804; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2019111800); -- GitLab