From 7470672405138c6967995001a6285ea4c736e595 Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Thu, 28 Mar 2019 13:01:43 +0100
Subject: [PATCH] Check compatibility for Moodle 3.6, no functionality change.

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

diff --git a/.travis.yml b/.travis.yml
index 9f31584..d35aa4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ php:
 
 env:
  global:
-  - MOODLE_BRANCH=MOODLE_35_STABLE
+  - MOODLE_BRANCH=MOODLE_36_STABLE
  matrix:
   - DB=pgsql
   - DB=mysqli
diff --git a/CHANGES.md b/CHANGES.md
index 9c31aaf..d834a2a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,7 @@ Changes
 
 ### Unreleased
 
+* 2019-03-28 - Check compatibility for Moodle 3.6, no functionality change.
 * 2018-12-05 - Changed travis.yml due to upstream changes.
 
 ### v3.5-r2
diff --git a/README.md b/README.md
index 1339da3..d893e28 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.5+
+This plugin requires Moodle 3.6+
 
 
 Motivation for this plugin
diff --git a/version.php b/version.php
index f5a91b0..31d77c8 100644
--- a/version.php
+++ b/version.php
@@ -27,5 +27,5 @@ defined('MOODLE_INTERNAL') || die();
 $plugin->component = 'block_course_overview_campus';
 $plugin->version = 2018092600;
 $plugin->release = 'v3.5-r2';
-$plugin->requires = 2018051700;
+$plugin->requires = 2018120300;
 $plugin->maturity = MATURITY_STABLE;
-- 
GitLab