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

Prepare compatibility for Moodle 3.10.

parent a43e2349
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
* 2021-01-09 - Prepare compatibility for Moodle 3.10.
* 2021-01-06 - Change in Moodle release support: * 2021-01-06 - 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 Campus child theme which is intended to get the full Boost Campus f ...@@ -9,7 +9,7 @@ Moodle Boost Campus child theme which is intended to get the full Boost Campus f
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_child'; $plugin->component = 'theme_boost_campus_child';
$plugin->version = 2020100700; $plugin->version = 2020100700;
$plugin->release = 'v3.9-r1'; $plugin->release = 'v3.9-r1';
$plugin->requires = 2020061500; $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, 'theme_boost_campus' => 2020093000); $plugin->dependencies = array('theme_boost' => 2020110900, 'theme_boost_campus' => 2020112800);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment