From 152ef39c735a90a740dcccd1f451fb6f488ab437 Mon Sep 17 00:00:00 2001 From: Kathrin Osswald <kathrin.osswald@uni-ulm.de> Date: Thu, 17 Sep 2020 09:40:17 +0200 Subject: [PATCH] Release v3.8-r5 --- CHANGES.md | 3 ++- version.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a3e2829..93e0867 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,8 @@ moodle-theme_boost_campus Changes ------- -### Unreleased +### Release v3.8-r5 + * 2020-09-01 - Fixed bug that multiple imagearea rows are displayed dependent on the amount of uploaded images. ### Release v3.8-r4 diff --git a/version.php b/version.php index 8887a46..7f3af71 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; -$plugin->version = 2020082800; -$plugin->release = 'v3.8-r4'; +$plugin->version = 2020090100; +$plugin->release = 'v3.8-r5'; $plugin->requires = 2019111804; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2019111800); -- GitLab