From f991c1ddc7ce24edff9744bb078ade95c00ac09c Mon Sep 17 00:00:00 2001 From: Alexander Bias <alexander.bias@uni-ulm.de> Date: Thu, 14 Jan 2021 23:12:21 +0100 Subject: [PATCH] Release v3.9-r5 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 03665e4..1eaa665 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,7 @@ Changes ------- -### Unreleased +### Release v3.9-r5 * 2021-01-14 - Improvement: Add option to output the information banner without any particular Bootstrap color. * 2021-01-14 - Bugfix: The infobanner should not clean the entered HTML code too strictly. diff --git a/version.php b/version.php index db5386d..8580c51 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; -$plugin->version = 2020112301; -$plugin->release = 'v3.9-r4'; +$plugin->version = 2020112302; +$plugin->release = 'v3.9-r5'; $plugin->requires = 2020061502; $plugin->supported = [39, 39]; $plugin->maturity = MATURITY_STABLE; -- GitLab