diff --git a/.travis.yml b/.travis.yml index 8ff61b0822931ed2ab5e82d3a97f2b55f928902d..c64c3fd7fc4780634cf85cb09c78548ece65d1e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,12 +18,13 @@ cache: - $HOME/.npm php: - - 7.0 - - 7.1 + - 7.1 + - 7.2 + - 7.3 env: global: - - MOODLE_BRANCH=MOODLE_36_STABLE + - MOODLE_BRANCH=MOODLE_37_STABLE matrix: - DB=pgsql - DB=mysqli diff --git a/CHANGES.md b/CHANGES.md index 616fc87cf354fd661e006e30835b6260b196cfc6..e7313bf8ad345b10069b717aec36a0731fb5dfcf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ moodle-theme_boost_campus_child Changes ------- +### Unreleased + +* 2019-09-27 - Check compatibility for Moodle 3.7, no functionality change. + ### v3.6-r1 * 2019-01-31 - Check compatibility for Moodle 3.6, no functionality change. diff --git a/README.md b/README.md index 95ba39dffa47431218fa3bee45088cd7eaa54658..9ca6cf82a8ebe4846b750a6d2966b37513f20c7a 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.6+ +This plugin requires Moodle 3.7+ Motivation for this theme @@ -170,7 +170,6 @@ Copyright --------- Ulm University -kiz - Media Department -Team Web & Teaching Support +Communication and Information Centre (kiz) Kathrin Osswald diff --git a/version.php b/version.php index 707511b2d9a4eaec10f44ebddd618a4f09d84718..7ddd539f00edd659333bb6976b09ee9a94171251 100644 --- a/version.php +++ b/version.php @@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus_child'; $plugin->version = 2019013100; $plugin->release = 'v3.6-r1'; -$plugin->requires = 2018120300; +$plugin->requires = 2019052000.05; $plugin->maturity = MATURITY_STABLE; -$plugin->dependencies = array('theme_boost' => 2018120300, 'theme_boost_campus' => 2019013100); +$plugin->dependencies = array('theme_boost' => 2019052000, 'theme_boost_campus' => 2019070500);