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
Branches
No related tags found
No related merge requests found
...@@ -18,12 +18,13 @@ cache: ...@@ -18,12 +18,13 @@ cache:
- $HOME/.npm - $HOME/.npm
php: php:
- 7.0
- 7.1 - 7.1
- 7.2
- 7.3
env: env:
global: global:
- MOODLE_BRANCH=MOODLE_36_STABLE - MOODLE_BRANCH=MOODLE_37_STABLE
matrix: matrix:
- DB=pgsql - DB=pgsql
- DB=mysqli - DB=mysqli
......
...@@ -4,6 +4,10 @@ moodle-theme_boost_campus_child ...@@ -4,6 +4,10 @@ moodle-theme_boost_campus_child
Changes Changes
------- -------
### Unreleased
* 2019-09-27 - Check compatibility for Moodle 3.7, no functionality change.
### v3.6-r1 ### v3.6-r1
* 2019-01-31 - Check compatibility for Moodle 3.6, no functionality change. * 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 ...@@ -9,7 +9,7 @@ Moodle Boost Campus child theme which is intended to get the full Boost Campus f
Requirements Requirements
------------ ------------
This plugin requires Moodle 3.6+ This plugin requires Moodle 3.7+
Motivation for this theme Motivation for this theme
...@@ -170,7 +170,6 @@ Copyright ...@@ -170,7 +170,6 @@ Copyright
--------- ---------
Ulm University Ulm University
kiz - Media Department Communication and Information Centre (kiz)
Team Web & Teaching Support
Kathrin Osswald Kathrin Osswald
...@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die(); ...@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'theme_boost_campus_child'; $plugin->component = 'theme_boost_campus_child';
$plugin->version = 2019013100; $plugin->version = 2019013100;
$plugin->release = 'v3.6-r1'; $plugin->release = 'v3.6-r1';
$plugin->requires = 2018120300; $plugin->requires = 2019052000.05;
$plugin->maturity = MATURITY_STABLE; $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