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

Check compatibility for Moodle 3.4, no functionality change.

parent c6802c0b
No related branches found
No related tags found
No related merge requests found
...@@ -19,13 +19,12 @@ cache: ...@@ -19,13 +19,12 @@ cache:
- $HOME/.npm - $HOME/.npm
php: php:
- 5.6
- 7.0 - 7.0
- 7.1 - 7.1
env: env:
global: global:
- MOODLE_BRANCH=MOODLE_33_STABLE - MOODLE_BRANCH=MOODLE_34_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-02-19 - Check compatibility for Moodle 3.4, no functionality change.
### v3.3-r1 ### v3.3-r1
* 2018-01-16 - Check compatibility for Moodle 3.3, no functionality change. * 2018-01-16 - Check compatibility for Moodle 3.3, 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.3+ This plugin requires Moodle 3.4+
Motivation for this theme Motivation for this theme
...@@ -163,8 +163,7 @@ If you want to use this plugin with a RTL language and it doesn't work as-is, yo ...@@ -163,8 +163,7 @@ If you want to use this plugin with a RTL language and it doesn't work as-is, yo
PHP7 Support PHP7 Support
------------ ------------
Moodle core recommends PHP7. Starting with the Moodle 3.3 release of this plugin, we are developing and testing it for PHP7 only. Since Moodle 3.4 core, PHP7 is mandatory. We are developing and testing this plugin for PHP7 only.
If you are still running this plugin on PHP5, please think about upgrading to PHP7.
Copyright Copyright
......
...@@ -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 = 2018011600; $plugin->version = 2018011600;
$plugin->release = 'v3.3-r1'; $plugin->release = 'v3.3-r1';
$plugin->requires = 2017051500; $plugin->requires = 2017111300;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2017051500, 'theme_boost_campus' => 2018011601); $plugin->dependencies = array('theme_boost' => 2017111300, 'theme_boost_campus' => 2018022700);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment