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

Prepare compatibility for Moodle 3.7.

parent d9b16eac
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ php:
env:
global:
- MOODLE_BRANCH=MOODLE_36_STABLE
- MOODLE_BRANCH=MOODLE_37_STABLE
matrix:
- DB=pgsql
- DB=mysqli
......
......@@ -4,6 +4,10 @@ moodle-theme_boost_campus
Changes
-------
### Unreleased
* 2019-05-31 - Prepare compatibility for Moodle 3.7.
### Release v3.6-r5
* 2019-05-29 - Check existence of property blockcolumnwidth before accessing it.
......
......@@ -9,7 +9,7 @@ Moodle Boost child theme which is intended to meet the needs of university campu
Requirements
------------
This plugin requires Moodle 3.6+
This plugin requires Moodle 3.7+
Motivation for this theme
......
......@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'theme_boost_campus';
$plugin->version = 2019052900;
$plugin->release = 'v3.6-r5';
$plugin->requires = 2018120300;
$plugin->requires = 2019052000;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2018120300);
$plugin->dependencies = array('theme_boost' => 2019052000);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment