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

Check compatibility for Moodle 3.7, no functionality change.

parent 9df116a3
No related branches found
No related tags found
No related merge requests found
......@@ -18,12 +18,13 @@ cache:
- $HOME/.npm
php:
- 7.0
- 7.1
- 7.2
- 7.3
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_child
Changes
-------
### Unreleased
* 2019-09-27 - Check compatibility for Moodle 3.7, no functionality change.
### v3.6-r1
* 2019-01-31 - Check compatibility for Moodle 3.6, no functionality change.
......
......@@ -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.6+
This plugin requires Moodle 3.7+
Motivation for this theme
......@@ -170,7 +170,6 @@ Copyright
---------
Ulm University
kiz - Media Department
Team Web & Teaching Support
Communication and Information Centre (kiz)
Kathrin Osswald
......@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'theme_boost_campus_child';
$plugin->version = 2019013100;
$plugin->release = 'v3.6-r1';
$plugin->requires = 2018120300;
$plugin->requires = 2019052000.05;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2018120300, 'theme_boost_campus' => 2019013100);
$plugin->dependencies = array('theme_boost' => 2019052000, 'theme_boost_campus' => 2019070500);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment