From 2482d73385b2157663643dc1f77e82b1cd1968f6 Mon Sep 17 00:00:00 2001 From: Kathrin Osswald <kathrin.osswald@uni-ulm.de> Date: Fri, 27 Sep 2019 11:34:36 +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 e7313bf..232e027 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-theme_boost_campus_child Changes ------- -### Unreleased +### v3.7-r1 * 2019-09-27 - Check compatibility for Moodle 3.7, no functionality change. diff --git a/version.php b/version.php index 7ddd539..a0dc394 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus_child'; -$plugin->version = 2019013100; -$plugin->release = 'v3.6-r1'; +$plugin->version = 2019092700; +$plugin->release = 'v3.7-r1'; $plugin->requires = 2019052000.05; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2019052000, 'theme_boost_campus' => 2019070500); -- GitLab