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

Prepare compatibility for Moodle 3.10.

parent 1d2f4a4a
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ php: ...@@ -20,7 +20,7 @@ php:
env: env:
global: global:
- MOODLE_BRANCH=MOODLE_39_STABLE - MOODLE_BRANCH=MOODLE_310_STABLE
matrix: matrix:
- DB=pgsql - DB=pgsql
- DB=mysqli - DB=mysqli
......
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2020-11-28 - Prepare compatibility for Moodle 3.10.
* 2020-11-18 - Change in Moodle release support: * 2020-11-18 - Change in Moodle release support:
For the time being, this plugin is maintained for the most recent LTS release of Moodle as well as the most recent major release of Moodle. For the time being, this plugin is maintained for the most recent LTS release of Moodle as well as the most recent major release of Moodle.
Bugfixes are backported to the LTS release. However, new features and improvements are not necessarily backported to the LTS release. Bugfixes are backported to the LTS release. However, new features and improvements are not necessarily backported to the LTS release.
......
...@@ -9,7 +9,7 @@ Moodle Boost child theme which is intended to meet the needs of university campu ...@@ -9,7 +9,7 @@ Moodle Boost child theme which is intended to meet the needs of university campu
Requirements Requirements
------------ ------------
This plugin requires Moodle 3.9+ This plugin requires Moodle 3.10+
Motivation for this theme Motivation for this theme
......
...@@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die(); ...@@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'theme_boost_campus'; $plugin->component = 'theme_boost_campus';
$plugin->version = 2020112300; $plugin->version = 2020112300;
$plugin->release = 'v3.9-r3'; $plugin->release = 'v3.9-r3';
$plugin->requires = 2020061502; $plugin->requires = 2020110900;
$plugin->supported = [39, 39]; $plugin->supported = [310, 310];
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2020061500); $plugin->dependencies = array('theme_boost' => 2020110900);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment