From 2a740f3d926dd61509fb48eb75f130b379fe9fec Mon Sep 17 00:00:00 2001
From: Kathrin Osswald <kathrin.osswald@uni-ulm.de>
Date: Fri, 31 May 2019 08:51:32 +0200
Subject: [PATCH] Prepare compatibility for Moodle 3.7.

---
 .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 fc3d1bf..60d28c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ php:
 
 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 c81fb08..0580f79 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,6 +4,10 @@ moodle-theme_boost_campus
 Changes
 -------
 
+### Unreleased
+
+* 2019-05-31 - Prepare compatibility for Moodle 3.7.
+
 ### Release v3.6-r5
 
 * 2019-05-29 - Check existence of property blockcolumnwidth before accessing it.
diff --git a/README.md b/README.md
index f04e067..71ae188 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.6+
+This plugin requires Moodle 3.7+
 
 
 Motivation for this theme
diff --git a/version.php b/version.php
index d061cd4..1a600eb 100644
--- a/version.php
+++ b/version.php
@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
 $plugin->component = 'theme_boost_campus';
 $plugin->version = 2019052900;
 $plugin->release = 'v3.6-r5';
-$plugin->requires = 2018120300;
+$plugin->requires = 2019052000;
 $plugin->maturity = MATURITY_STABLE;
-$plugin->dependencies = array('theme_boost' => 2018120300);
+$plugin->dependencies = array('theme_boost' => 2019052000);
-- 
GitLab