From e7f0e2202780817d1a71d0a2893ce9961af799f5 Mon Sep 17 00:00:00 2001 From: Kathrin Osswald <kathrin.osswald@uni-ulm.de> Date: Tue, 4 Jun 2019 14:02:07 +0200 Subject: [PATCH] Release v3.7-r1 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1145c4a..8661b4b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus Changes ------- -### Unreleased +### Release v3.7-r1 * 2019-06-04 - Further formal changes to the course_renderer to be constistent with Moodle core. * 2019-06-04 - Adjusted function coursecat_coursebox() in course_renderer.php due to upstream changes in theme Boost. diff --git a/version.php b/version.php index 1a600eb..726c87a 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; -$plugin->version = 2019052900; -$plugin->release = 'v3.6-r5'; +$plugin->version = 2019060400; +$plugin->release = 'v3.7-r1'; $plugin->requires = 2019052000; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2019052000); -- GitLab