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

Prepare compatibility for Moodle 3.9.

parent 8f24e4aa
No related branches found
No related tags found
No related merge requests found
language: php
addons:
postgresql: "9.4"
postgresql: "9.5"
services:
- mysql
......@@ -14,13 +14,13 @@ cache:
- $HOME/.npm
php:
- 7.1
- 7.2
- 7.3
- 7.4
env:
global:
- MOODLE_BRANCH=MOODLE_38_STABLE
- MOODLE_BRANCH=MOODLE_39_STABLE
matrix:
- DB=pgsql
- DB=mysqli
......
......@@ -4,6 +4,10 @@ moodle-theme_boost_campus_child
Changes
-------
### Unreleased
* 2020-10-06 - Prepare compatibility for Moodle 3.9.
### v3.8-r2
* 2020-10-05 - Fixed bug that setting addablockposition was not applied to Boost Campus Child.
......
......@@ -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.8+
This plugin requires Moodle 3.9+
Motivation for this theme
......
......@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'theme_boost_campus_child';
$plugin->version = 2020100600;
$plugin->release = 'v3.8-r2';
$plugin->requires = 2019111800;
$plugin->requires = 2020061500;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2019111800, 'theme_boost_campus' => 2020032400);
$plugin->dependencies = array('theme_boost' => 2020061500, 'theme_boost_campus' => 2020093000);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment