diff --git a/.travis.yml b/.travis.yml index 1546ee5b8f0ed8016452652bff3a9dd8fa81a47d..a5f03d47573590d3ac1e167fc369727b783b3403 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ php: env: global: - - MOODLE_BRANCH=MOODLE_37_STABLE + - MOODLE_BRANCH=MOODLE_38_STABLE matrix: - DB=pgsql - DB=mysqli diff --git a/CHANGES.md b/CHANGES.md index 232e02720dd0753625b55f456e625eb50087bcb7..1c3f816bc06fe327e74187c56006902bc74d5d8e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ moodle-theme_boost_campus_child Changes ------- +### Unreleased + +* 2020-03-25 - Prepare compatibility for Moodle 3.8. + ### v3.7-r1 * 2019-09-27 - Check compatibility for Moodle 3.7, no functionality change. diff --git a/README.md b/README.md index 8c806b0556408c482d9bda66b1552d910568cfc7..3d96c3d549d1e852c80467913304c66c83532b38 100644 --- a/README.md +++ b/README.md @@ -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.7+ +This plugin requires Moodle 3.8+ Motivation for this theme diff --git a/version.php b/version.php index a0dc394487bbaa7b1332aa06dddeddf38a7ec601..0d520b8180a0a6403df33bb483069702ebff9895 100644 --- a/version.php +++ b/version.php @@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus_child'; $plugin->version = 2019092700; $plugin->release = 'v3.7-r1'; -$plugin->requires = 2019052000.05; +$plugin->requires = 2019111800; $plugin->maturity = MATURITY_STABLE; -$plugin->dependencies = array('theme_boost' => 2019052000, 'theme_boost_campus' => 2019070500); +$plugin->dependencies = array('theme_boost' => 2019111800, 'theme_boost_campus' => 2020032400);