From 8bfe444bf1938032b4c9e43d252b0939eaadedc6 Mon Sep 17 00:00:00 2001 From: Alexander Bias <alexander.bias@uni-ulm.de> Date: Thu, 28 Mar 2019 14:37:44 +0100 Subject: [PATCH] Release v3.6-r1 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a9cf813..0694366 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-block_course_overview_campus Changes ------- -### Unreleased +### v3.6-r1 * 2019-03-28 - Remove user preferences when being uninstalled. * 2019-03-28 - Prepare the plugin that the hooks for fetching the course news will be removed in Moodle 3.7. If installed on Moodle 3.7, this plugin will silently disable the course news feature even if it is enabled in the plugin settings. diff --git a/version.php b/version.php index 31d77c8..53462a1 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'block_course_overview_campus'; -$plugin->version = 2018092600; -$plugin->release = 'v3.5-r2'; +$plugin->version = 2019032800; +$plugin->release = 'v3.6-r1'; $plugin->requires = 2018120300; $plugin->maturity = MATURITY_STABLE; -- GitLab