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

Update README.md and version.php

parent 794fbaea
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ This plugin requires Moodle 3.0+
Changes
-------
* 2016-06-14 - New Feature: Hide suspended teachers
* 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 filter for top level category; rename existing category filter to parent category filter
......
......@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'block_course_overview_campus';
$plugin->version = 2016040500;
$plugin->release = 'v3.0-r3';
$plugin->version = 2016061400;
$plugin->release = 'v3.0-r4';
$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