diff --git a/.travis.yml b/.travis.yml index 0a8663f16300238e2728e432ab0081901121434d..5e98ea34bf2d5525913521701fd0e7a6d320d7cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ php: env: global: - - MOODLE_BRANCH=MOODLE_39_STABLE + - MOODLE_BRANCH=MOODLE_310_STABLE matrix: - DB=pgsql - DB=mysqli diff --git a/CHANGES.md b/CHANGES.md index 8312bc2e6fa4e396176a552b8c95cc238995212a..924a51ad2f72ea47b11f1a6238d70dd9c8a3a436 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ Changes ### Unreleased +* 2020-11-28 - Prepare compatibility for Moodle 3.10. * 2020-11-18 - Change in Moodle release support: For the time being, this plugin is maintained for the most recent LTS release of Moodle as well as the most recent major release of Moodle. Bugfixes are backported to the LTS release. However, new features and improvements are not necessarily backported to the LTS release. diff --git a/README.md b/README.md index ffbd40f2816c3514f06deee48d4669fedd58750f..c11a9d15a0c5d7ed38d0a06c870a73717c347587 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Moodle Boost child theme which is intended to meet the needs of university campu Requirements ------------ -This plugin requires Moodle 3.9+ +This plugin requires Moodle 3.10+ Motivation for this theme diff --git a/version.php b/version.php index afc2cc893ac51e31b51b71551b32232a15d6cc20..8e1e038baac196dda58232cc3442397d19a5da4d 100644 --- a/version.php +++ b/version.php @@ -27,7 +27,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_boost_campus'; $plugin->version = 2020112300; $plugin->release = 'v3.9-r3'; -$plugin->requires = 2020061502; -$plugin->supported = [39, 39]; +$plugin->requires = 2020110900; +$plugin->supported = [310, 310]; $plugin->maturity = MATURITY_STABLE; -$plugin->dependencies = array('theme_boost' => 2020061500); +$plugin->dependencies = array('theme_boost' => 2020110900);