diff --git a/CHANGES.md b/CHANGES.md index a85f64d..8bfee4a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +### 5.2.0 ### + +* Added option to enumarate the general section (aka section 0) too. +* Added option to include a link to the course home page. +* Credit goes to Manoj Solanki for contributing these features. + ### 5.1.1 ### * Fixed the reported coding style violations. diff --git a/version.php b/version.php index b9225e9..73a4765 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'block_course_contents'; -$plugin->release = '5.1.1'; -$plugin->version = 2017111000; +$plugin->release = '5.2.0'; +$plugin->version = 2018020100; $plugin->requires = 2017051500; $plugin->maturity = MATURITY_STABLE;