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

Check compatibility for Moodle 3.1, no functionality change

parent 8272e1ff
No related branches found
No related tags found
No related merge requests found
...@@ -7,12 +7,13 @@ Moodle block which provides all functionality of block_course_overview, provides ...@@ -7,12 +7,13 @@ Moodle block which provides all functionality of block_course_overview, provides
Requirements Requirements
------------ ------------
This plugin requires Moodle 3.0+ This plugin requires Moodle 3.1+
Changes Changes
------- -------
* 2016-07-19 - Check compatibility for Moodle 3.1, no functionality change
* 2016-06-14 - New Feature: Hide suspended teachers * 2016-06-14 - New Feature: Hide suspended teachers
* 2016-04-05 - Split the existing long settings page into multiple settings pages * 2016-04-05 - Split the existing long settings page into multiple settings pages
* 2016-04-01 - Add feature to show top level category name in second row; rename existing feature to show parent category name * 2016-04-01 - Add feature to show top level category name in second row; rename existing feature to show parent category name
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'block_course_overview_campus'; $plugin->component = 'block_course_overview_campus';
$plugin->version = 2016061400; $plugin->version = 2016071900;
$plugin->release = 'v3.0-r4'; $plugin->release = 'v3.1-r1';
$plugin->requires = 2015111600; $plugin->requires = 2016052300;
$plugin->maturity = MATURITY_STABLE; $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