From 5a86cbf942eb2f3c20aba448b43ddc49b1c7afc4 Mon Sep 17 00:00:00 2001 From: Alexander Bias <alexander.bias@uni-ulm.de> Date: Tue, 1 Dec 2020 20:24:46 +0100 Subject: [PATCH] Improvement: Declare which major stable version of Moodle this plugin supports --- CHANGES.md | 4 ++++ version.php | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 69f74aa..d8dabfa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ moodle-theme_boost_campus Changes ------- +### Unreleased + +* 2020-11-18 - Improvement: Declare which major stable version of Moodle this plugin supports (see MDL-59562 for details). + ### Release v3.9-r3 * 2020-11-18 - Bugfix: Fixed another regression when showing description border for restricted activities. diff --git a/version.php b/version.php index e5e6f12..afc2cc8 100644 --- a/version.php +++ b/version.php @@ -28,5 +28,6 @@ $plugin->component = 'theme_boost_campus'; $plugin->version = 2020112300; $plugin->release = 'v3.9-r3'; $plugin->requires = 2020061502; +$plugin->supported = [39, 39]; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('theme_boost' => 2020061500); -- GitLab