Skip to content
Snippets Groups Projects
Commit 1b16e46c authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Prepare compatibility for Moodle 3.8.

parent bd3e32d2
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ php: ...@@ -26,7 +26,7 @@ php:
env: env:
global: global:
- MOODLE_BRANCH=MOODLE_37_STABLE - MOODLE_BRANCH=MOODLE_38_STABLE
matrix: matrix:
- DB=pgsql - DB=pgsql
- DB=mysqli - DB=mysqli
......
...@@ -4,6 +4,10 @@ moodle-theme_boost_campus_child ...@@ -4,6 +4,10 @@ moodle-theme_boost_campus_child
Changes Changes
------- -------
### Unreleased
* 2020-03-25 - Prepare compatibility for Moodle 3.8.
### v3.7-r1 ### v3.7-r1
* 2019-09-27 - Check compatibility for Moodle 3.7, no functionality change. * 2019-09-27 - Check compatibility for Moodle 3.7, no functionality change.
......
...@@ -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.7+ This plugin requires Moodle 3.8+
Motivation for this theme Motivation for this theme
......
...@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die(); ...@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'theme_boost_campus_child'; $plugin->component = 'theme_boost_campus_child';
$plugin->version = 2019092700; $plugin->version = 2019092700;
$plugin->release = 'v3.7-r1'; $plugin->release = 'v3.7-r1';
$plugin->requires = 2019052000.05; $plugin->requires = 2019111800;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2019052000, 'theme_boost_campus' => 2019070500); $plugin->dependencies = array('theme_boost' => 2019111800, 'theme_boost_campus' => 2020032400);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment