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

Check compatibility for Moodle 3.5, no functionality change.

parent 99afbdd8
Branches
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ php:
env:
global:
- MOODLE_BRANCH=MOODLE_34_STABLE
- MOODLE_BRANCH=MOODLE_35_STABLE
matrix:
- DB=pgsql
- DB=mysqli
......
......@@ -4,6 +4,10 @@ moodle-theme_boost_campus
Changes
-------
### Unreleased
* 2018-05-14 - Check compatibility for Moodle 3.5, no functionality change.
### Release v3.4-r5
* 2018-05-17 - Add missing PHPDoc to make codechecker happier.
......
......@@ -9,7 +9,7 @@ Moodle Boost child theme which is intended to meet the needs of university campu
Requirements
------------
This plugin requires Moodle 3.4+
This plugin requires Moodle 3.5+
Motivation for this theme
......
......@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'theme_boost_campus';
$plugin->version = 2018051700;
$plugin->release = 'v3.4-r5';
$plugin->requires = 2017111300;
$plugin->requires = 2018051300;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2017111300);
$plugin->dependencies = array('theme_boost' => 2018051300);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment