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

Prepare compatibility for Moodle 3.7.

parent 556849ea
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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.
......
......@@ -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
......
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment