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

Change plugin version and release scheme to the scheme promoted by moodle.org,...

Change plugin version and release scheme to the scheme promoted by moodle.org, no functionality change
parent 54eefad9
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ This plugin requires Moodle 3.0+ ...@@ -13,6 +13,7 @@ This plugin requires Moodle 3.0+
Changes Changes
------- -------
* 2016-02-10 - Change plugin version and release scheme to the scheme promoted by moodle.org, no functionality change
* 2016-01-01 - Add support for Shifter in YUI files, fix several JSLint errors * 2016-01-01 - Add support for Shifter in YUI files, fix several JSLint errors
* 2016-01-01 - Check compatibility for Moodle 3.0, no functionality change * 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-09-29 - Output introduction string in course news like it's done in block_course_overview
......
...@@ -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 = 2015111600; $plugin->version = 2016021000;
$plugin->release = '3.0 (Build: 2016010100)'; $plugin->release = 'v3.0-r2';
$plugin->requires = 2015111600; $plugin->requires = 2015111600;
$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