From 7dd87ccdfc9c3c8980633ef856ae9198228715b3 Mon Sep 17 00:00:00 2001 From: Alexander Bias <alexander.bias@uni-ulm.de> Date: Tue, 1 Dec 2020 20:34:16 +0100 Subject: [PATCH] Release v3.10-r1 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c4c444c..8b8b3ef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus Changes ------- -### Unreleased +### Release v3.10-r1 * 2020-11-28 - Adjusted occurrences of the .row-fluid grid class to .row after the BS4Alpha compatibility layer has been removed in theme Boost core. * 2020-11-28 - Adjusted SCSS brand color and gray color variables after the BS4Alpha compatibility layer has been removed in theme Boost core. diff --git a/version.php b/version.php index 8e1e038..8f7e142 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; -$plugin->version = 2020112300; -$plugin->release = 'v3.9-r3'; +$plugin->version = 2020112800; +$plugin->release = 'v3.10-r1'; $plugin->requires = 2020110900; $plugin->supported = [310, 310]; $plugin->maturity = MATURITY_STABLE; -- GitLab