Skip to content
Snippets Groups Projects
Commit 5a86cbf9 authored by Alexander Bias's avatar Alexander Bias
Browse files

Improvement: Declare which major stable version of Moodle this plugin supports

parent 7aff45a1
Branches
Tags
No related merge requests found
......@@ -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.
......
......@@ -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);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment