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

Check compatibility for Moodle 3.0, no functionality change

parent 566490bb
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
Requirements
------------
This plugin requires Moodle 2.9+
This plugin requires Moodle 3.0+
Changes
-------
* 2016-01-01 - Check compatibility for Moodle 3.0, no functionality change
* 2015-09-29 - Output introduction string in course news like it's done in block_course_overview
* 2015-08-21 - Change My Moodle to Dashboard in language pack
* 2015-08-18 - Check compatibility for Moodle 2.9, no functionality change
......
......@@ -26,7 +26,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'block_course_overview_campus';
$plugin->version = 2015051102;
$plugin->release = '2.9 (Build: 2015092900)';
$plugin->requires = 2015051100;
$plugin->version = 2015111600;
$plugin->release = '3.0 (Build: 2016010100)';
$plugin->requires = 2015111600;
$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