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

Check compatibility for Moodle 3.6, no functionality change.

parent 06d6c263
Branches
Tags
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
......
......@@ -4,6 +4,10 @@ moodle-theme_boost_campus
Changes
-------
### Unreleased
* 2018-01-24 - Check compatibility for Moodle 3.6, no functionality change.
### Release v3.5-r5
* 2018-01-23 - Remove unnecessary double border and padding around blocks in main column on Dashboard.
......
......@@ -9,7 +9,7 @@ Moodle Boost child theme which is intended to meet the needs of university campu
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';
$plugin->version = 2019012400;
$plugin->release = 'v3.5-r5';
$plugin->requires = 2018051300;
$plugin->requires = 2018120300;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2018051300);
$plugin->dependencies = array('theme_boost' => 2018120300);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment