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

Release v3.6-r1

parent bfb2cac2
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ moodle-block_course_overview_campus ...@@ -4,7 +4,7 @@ moodle-block_course_overview_campus
Changes Changes
------- -------
### Unreleased ### v3.6-r1
* 2019-03-28 - Remove user preferences when being uninstalled. * 2019-03-28 - Remove user preferences when being uninstalled.
* 2019-03-28 - Prepare the plugin that the hooks for fetching the course news will be removed in Moodle 3.7. If installed on Moodle 3.7, this plugin will silently disable the course news feature even if it is enabled in the plugin settings. * 2019-03-28 - Prepare the plugin that the hooks for fetching the course news will be removed in Moodle 3.7. If installed on Moodle 3.7, this plugin will silently disable the course news feature even if it is enabled in the plugin settings.
......
...@@ -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 = 2018092600; $plugin->version = 2019032800;
$plugin->release = 'v3.5-r2'; $plugin->release = 'v3.6-r1';
$plugin->requires = 2018120300; $plugin->requires = 2018120300;
$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