Skip to content
Snippets Groups Projects
Commit 74706724 authored by Alexander Bias's avatar Alexander Bias
Browse files

Check compatibility for Moodle 3.6, no functionality change.

parent 2679a2dd
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ php:
env:
global:
- MOODLE_BRANCH=MOODLE_35_STABLE
- MOODLE_BRANCH=MOODLE_36_STABLE
matrix:
- DB=pgsql
- DB=mysqli
......
......@@ -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
......
......@@ -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
......
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment