From 2e2a68a19d17280e0fc5e3044b9d3315c1e5323c Mon Sep 17 00:00:00 2001 From: Kathrin Osswald <kathrin.osswald@uni-ulm.de> Date: Tue, 24 Mar 2020 15:29:30 +0100 Subject: [PATCH] Release v3.8-r1 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e59b068..d48d07d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus Changes ------- -### Unreleased +### Release v3.8-r1 * 2020-03-24 - Changed setting imageareaitemslink to imageareaitemsattributes to be able to add alt text to the images. * 2020-03-10 - Fixed accessibility issues with in-course settings. diff --git a/version.php b/version.php index 2224d01..ff3c44e 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; -$plugin->version = 2020030800; -$plugin->release = 'v3.7-r4'; +$plugin->version = 2020032400; +$plugin->release = 'v3.8-r1'; $plugin->requires = 2019111800; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2019111800); -- GitLab