From ab9c8c550f464d2afed5e76e3a94e3e37ca70200 Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Wed, 12 Jun 2019 21:46:53 +0200
Subject: [PATCH] Prepare compatibility for Moodle 3.7.

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

diff --git a/.travis.yml b/.travis.yml
index 1457fc8..64e1b3b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,12 +18,13 @@ cache:
     - $HOME/.npm
 
 php:
- - 7.0
  - 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 0694366..42692f3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,6 +4,10 @@ moodle-block_course_overview_campus
 Changes
 -------
 
+### Unreleased
+
+* 2019-06-12 - Prepare compatibility for Moodle 3.7.
+
 ### v3.6-r1
 
 * 2019-03-28 - Remove user preferences when being uninstalled.
diff --git a/README.md b/README.md
index 04789f4..072be0f 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Moodle block which provides all functionality of block_course_overview, provides
 Requirements
 ------------
 
-This plugin requires Moodle 3.6+
+This plugin requires Moodle 3.7+
 
 
 Motivation for this plugin
@@ -142,9 +142,8 @@ We have created local_boostcoc as a companion plugin to block_course_overview_ca
 Theme support
 -------------
 
-This plugin should work with all Bootstrap based Moodle themes.
-It has been developed on and tested only with Moodle Core's Boost theme.
-While this plugin should also work with Moodle Core's legacy Clean theme or third party themes, we can't support any other theme than Boost.
+This plugin is developed and tested on Moodle Core's Boost theme.
+It should also work with Boost child themes, including Moodle Core's Classic theme. However, we can't support any other theme than Boost.
 
 This plugin also provides a fallback for browsers with JavaScript disabled.
 
@@ -219,8 +218,7 @@ Copyright
 ---------
 
 Ulm University
-kiz - Media Department
-Team Web & Teaching Support
+Communication and Information Centre (kiz)
 Alexander Bias
 
 
diff --git a/version.php b/version.php
index 53462a1..9ff89b7 100644
--- a/version.php
+++ b/version.php
@@ -27,5 +27,5 @@ defined('MOODLE_INTERNAL') || die();
 $plugin->component = 'block_course_overview_campus';
 $plugin->version = 2019032800;
 $plugin->release = 'v3.6-r1';
-$plugin->requires = 2018120300;
+$plugin->requires = 2019052000;
 $plugin->maturity = MATURITY_STABLE;
-- 
GitLab