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

Check compatibility for Moodle 3.5, no functionality change.

parent 6b7235e6
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ php: ...@@ -24,7 +24,7 @@ php:
env: env:
global: global:
- MOODLE_BRANCH=MOODLE_34_STABLE - MOODLE_BRANCH=MOODLE_35_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
* 2018-05-24 - Check compatibility for Moodle 3.5, no functionality change.
### v3.4-r4 ### v3.4-r4
* 2018-05-16 - Implement Privacy API. * 2018-05-16 - Implement Privacy API.
......
...@@ -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.4+ This plugin requires Moodle 3.5+
Motivation for this theme Motivation for this theme
......
...@@ -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 = 2018051700; $plugin->version = 2018051700;
$plugin->release = 'v3.4-r4'; $plugin->release = 'v3.4-r4';
$plugin->requires = 2017111300; $plugin->requires = 2018051700;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2017111300, 'theme_boost_campus' => 2018022700); $plugin->dependencies = array('theme_boost' => 2018051400, 'theme_boost_campus' => 2018052300);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment