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

Check compatibility for Moodle 3.6, no functionality change.

parent faabf9e3
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ php:
env:
global:
- MOODLE_BRANCH=MOODLE_35_STABLE
- MOODLE_BRANCH=MOODLE_36_STABLE
matrix:
- DB=pgsql
- DB=mysqli
......
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2019-01-31 - Check compatibility for Moodle 3.6, no functionality change.
* 2018-12-05 - Changed travis.yml due to upstream changes.
### v3.5-r2
......
......@@ -9,7 +9,7 @@ Moodle Boost Campus child theme which is intended to get the full Boost Campus f
Requirements
------------
This plugin requires Moodle 3.5+
This plugin requires Moodle 3.6+
Motivation for this theme
......
......@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'theme_boost_campus_child';
$plugin->version = 2018100400;
$plugin->release = 'v3.5-r2';
$plugin->requires = 2018051700;
$plugin->requires = 2018120300;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2018051400, 'theme_boost_campus' => 2018052300);
$plugin->dependencies = array('theme_boost' => 2018120300, 'theme_boost_campus' => 2019013100);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment