Skip to content

Commit

Permalink
V2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jun 22, 2015
1 parent 114dc36 commit 2c16f92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 2c16f92

Please sign in to comment.