From 8f24e4aa4ebce6e436cde765d1d8dedb3d7ca934 Mon Sep 17 00:00:00 2001 From: Kathrin Osswald <kathrin.osswald@uni-ulm.de> Date: Tue, 6 Oct 2020 08:30:18 +0200 Subject: [PATCH] Release v3.8-r2 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 13ede38..41cbd55 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus_child Changes ------- -### Unreleased +### v3.8-r2 * 2020-10-05 - Fixed bug that setting addablockposition was not applied to Boost Campus Child. * 2020-09-24 - Fixed bug that theme Boost Campus Child did not show the favicon set in parent theme Boost Campus. diff --git a/version.php b/version.php index 6757b21..e6361da 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus_child'; -$plugin->version = 2020022500; -$plugin->release = 'v3.8-r1'; +$plugin->version = 2020100600; +$plugin->release = 'v3.8-r2'; $plugin->requires = 2019111800; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2019111800, 'theme_boost_campus' => 2020032400); -- GitLab