From d9b16eac473cba4d47242cf9306606e6472be7c2 Mon Sep 17 00:00:00 2001 From: Kathrin Osswald <kathrin.osswald@uni-ulm.de> Date: Wed, 29 May 2019 14:36:52 +0200 Subject: [PATCH] Release v3.6-r5 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 470082d..c81fb08 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus Changes ------- -### Unreleased +### Release v3.6-r5 * 2019-05-29 - Check existence of property blockcolumnwidth before accessing it. * 2019-05-29 - Login background image did not fill the page completely when browser window was really low but really wide. diff --git a/version.php b/version.php index a6de4e6..d061cd4 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; -$plugin->version = 2019050300; -$plugin->release = 'v3.6-r4'; +$plugin->version = 2019052900; +$plugin->release = 'v3.6-r5'; $plugin->requires = 2018120300; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2018120300); -- GitLab