From 472c8cc2b13d1889db66b8f3fc892f6286ea266f Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Sat, 9 Jan 2021 22:18:22 +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 1a53723..e2959f7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,6 +4,10 @@ moodle-theme_boost_campus_child
 Changes
 -------
 
+### Unreleased
+
+* 2021-01-06 - Improvement: Declare which major stable version of Moodle this plugin supports (see MDL-59562 for details).
+
 ### v3.9-r1
 
 * 2020-10-06 - Prepare compatibility for Moodle 3.9.
diff --git a/version.php b/version.php
index fc6f888..75e1e31 100644
--- a/version.php
+++ b/version.php
@@ -28,5 +28,6 @@ $plugin->component = 'theme_boost_campus_child';
 $plugin->version = 2020100700;
 $plugin->release = 'v3.9-r1';
 $plugin->requires = 2020061500;
+$plugin->supported = [39, 39];
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('theme_boost' => 2020061500, 'theme_boost_campus' => 2020093000);
-- 
GitLab