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

Prepare compatibility for Moodle 3.11.

parent 947bb757
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.2', '7.3', '7.4']
moodle-branch: ['MOODLE_310_STABLE']
php: ['7.3', '7.4']
moodle-branch: ['MOODLE_311_STABLE']
database: [pgsql, mariadb]
steps:
......
......@@ -4,6 +4,10 @@ moodle-theme_boost_campus
Changes
-------
### Unreleased
* 2021-12-08 - Prepare compatibility for Moodle 3.11.
### v3.10-r9
* 2021-09-16 - Regression: The switch role functionality caused a fatal error with some theme configurations - Thanks to Klaus Steitz.
......
......@@ -9,7 +9,7 @@ Moodle Boost child theme which is intended to meet the needs of university campu
Requirements
------------
This plugin requires Moodle 3.10+
This plugin requires Moodle 3.11+
Motivation for this theme
......
......@@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'theme_boost_campus';
$plugin->version = 2020112808;
$plugin->release = 'v3.10-r9';
$plugin->requires = 2020110900;
$plugin->supported = [310, 310];
$plugin->requires = 2021051700;
$plugin->supported = [311, 311];
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2020110900);
$plugin->dependencies = array('theme_boost' => 2021051700);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment