diff --git a/Readme.md b/Readme.md index 89d6b015..641dae0e 100644 --- a/Readme.md +++ b/Readme.md @@ -244,6 +244,9 @@ can be really useful in visualising the issue along with any files you consider Version Information =================== +Version 2.9.1. + 1. First stable version for Moodle 2.9. + Version 2.9.0.2. 1. Added the capability to delete a section. 2. Tidy up column padding after testing with Shoehorn. TODO: Decide if column padding is needed now. diff --git a/version.php b/version.php index c62ac731..b6feeee4 100644 --- a/version.php +++ b/version.php @@ -34,8 +34,8 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015051101; -$plugin->maturity = MATURITY_RC; +$plugin->version = 2015062200; +$plugin->maturity = MATURITY_STABLE; $plugin->requires = 2015051100.00; // 2.9 (Build: 20150511). $plugin->component = 'format_topcoll'; -$plugin->release = '2.9.0.2'; +$plugin->release = '2.9.1';