Skip to content
Snippets Groups Projects
Commit aa2bf4d4 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Check compatibility for Moodle 3.5, no functionality change.

parent de24aac1
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ php:
env:
global:
- MOODLE_BRANCH=MOODLE_34_STABLE
- MOODLE_BRANCH=MOODLE_35_STABLE
matrix:
- DB=pgsql
- DB=mysqli
......
......@@ -4,6 +4,10 @@ moodle-block_course_overview_campus
Changes
-------
### Unreleased
* 2018-05-29 - Check compatibility for Moodle 3.5, no functionality change.
### v3.4-r2
* 2018-05-16 - Implement Privacy API.
......
......@@ -9,7 +9,7 @@ Moodle block which provides all functionality of block_course_overview, provides
Requirements
------------
This plugin requires Moodle 3.4+
This plugin requires Moodle 3.5+
Motivation for this plugin
......@@ -143,7 +143,8 @@ Theme support
-------------
This plugin should work with all Bootstrap based Moodle themes.
It has been developed on and tested with Moodle Core's Clean and Boost 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 also provides a fallback for browsers with JavaScript disabled.
......
......@@ -27,5 +27,5 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'block_course_overview_campus';
$plugin->version = 2018051700;
$plugin->release = 'v3.4-r2';
$plugin->requires = 2017111300;
$plugin->requires = 2018051700;
$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