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

Check compatibility for Moodle 2.9, no functionality change

parent c9f8defb
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 2.8+ This plugin requires Moodle 2.9+
Changes Changes
------- -------
* 2015-08-18 - Check compatibility for Moodle 2.9, no functionality change
* 2015-03-21 - Bugfix: Block couldn't be placed on MyMoodle in some circumstances * 2015-03-21 - Bugfix: Block couldn't be placed on MyMoodle in some circumstances
* 2015-03-20 - New Feature: Add a setting to control if the block should, when looking for teachers with the specified teacher roles, include teachers who have their role assigned in parent contexts (course category or system level) * 2015-03-20 - New Feature: Add a setting to control if the block should, when looking for teachers with the specified teacher roles, include teachers who have their role assigned in parent contexts (course category or system level)
* 2015-02-22 - Bugfix: Teacher filter showed teachers twice or even multiple times, Thanks to Mario Wehr * 2015-02-22 - Bugfix: Teacher filter showed teachers twice or even multiple times, Thanks to Mario Wehr
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'block_course_overview_campus'; $plugin->component = 'block_course_overview_campus';
$plugin->version = 2014111003; $plugin->version = 2015051100;
$plugin->release = '2.8 (Build: 2015032000)'; $plugin->release = '2.9 (Build: 2015081800)';
$plugin->requires = 2014111000; $plugin->requires = 2015051100;
$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