Skip to content

Commit fe9dbcd

Browse files
committed
V2.7.3
1 parent b4e035f commit fe9dbcd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,9 @@ can be really useful in visualising the issue along with any files you consider
243243

244244
Version Information
245245
===================
246-
9th January 2014 Version 2.7.3
246+
23rd January 2015 Version 2.7.3
247247
1. New 'Do not show date' feature gratefully funded by 'GAC Corporate Academy, GAC HQ, Dubai, UAE (http://www.gacacademy.com)'.
248+
2. Fix issue #14 - No block drag and drop icon when blockeditingmenu is false.
248249

249250
11th December 2014 Version 2.7.2
250251
1. New 'Show section summary when collapsed' feature gratefully funded by 'Te Rito Maioha Early Childhood New Zealand - https://ecnz.ac.nz'.

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ body.format-topcoll.editing .section .activity .actions {
659659
position: relative;
660660
}
661661

662-
body.format-topcoll.editing .moodle-actionmenu ul.menubar {
662+
body.format-topcoll.editing #region-main .moodle-actionmenu ul.menubar {
663663
display: none;
664664
}
665665

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
*/
3535
defined('MOODLE_INTERNAL') || die();
3636

37-
$plugin->version = 2014092001;
37+
$plugin->version = 2014092002;
3838
$plugin->maturity = MATURITY_STABLE;
3939
$plugin->requires = 2014051200.00; // 2.7 (Build: 20140512).
4040
$plugin->component = 'format_topcoll';
41-
$plugin->release = '2.7.2';
41+
$plugin->release = '2.7.3';

0 commit comments

Comments
 (0)