From 1b16e46cce7ed04b740e25514283cfb65169141a Mon Sep 17 00:00:00 2001
From: Kathrin Osswald <kathrin.osswald@uni-ulm.de>
Date: Wed, 25 Mar 2020 10:10:40 +0100
Subject: [PATCH] Prepare compatibility for Moodle 3.8.

---
 .travis.yml | 2 +-
 CHANGES.md  | 4 ++++
 README.md   | 2 +-
 version.php | 4 ++--
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1546ee5..a5f03d4 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 232e027..1c3f816 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 8c806b0..3d96c3d 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 a0dc394..0d520b8 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);
-- 
GitLab