From 9abb143041862fcadc2e40de82434ec2e64a2731 Mon Sep 17 00:00:00 2001
From: Kathrin Osswald <kathrin.osswald@uni-ulm.de>
Date: Fri, 27 Sep 2019 11:01:53 +0200
Subject: [PATCH] Check compatibility for Moodle 3.7, no functionality change.

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

diff --git a/.travis.yml b/.travis.yml
index 8ff61b0..c64c3fd 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 616fc87..e7313bf 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 95ba39d..9ca6cf8 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 707511b..7ddd539 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);
-- 
GitLab