From fe9dbcda120eb4cde54b0b6e334458b0f3cdb3d8 Mon Sep 17 00:00:00 2001 From: Gareth J Barnard Date: Fri, 23 Jan 2015 17:03:46 +0000 Subject: [PATCH] V2.7.3 --- Readme.md | 3 ++- styles.css | 2 +- version.php | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 155d4540..61db84c0 100644 --- a/Readme.md +++ b/Readme.md @@ -243,8 +243,9 @@ can be really useful in visualising the issue along with any files you consider Version Information =================== - 9th January 2014 Version 2.7.3 +23rd January 2015 Version 2.7.3 1. New 'Do not show date' feature gratefully funded by 'GAC Corporate Academy, GAC HQ, Dubai, UAE (http://www.gacacademy.com)'. + 2. Fix issue #14 - No block drag and drop icon when blockeditingmenu is false. 11th December 2014 Version 2.7.2 1. New 'Show section summary when collapsed' feature gratefully funded by 'Te Rito Maioha Early Childhood New Zealand - https://ecnz.ac.nz'. diff --git a/styles.css b/styles.css index 7e3707fd..e1b73e53 100644 --- a/styles.css +++ b/styles.css @@ -659,7 +659,7 @@ body.format-topcoll.editing .section .activity .actions { position: relative; } -body.format-topcoll.editing .moodle-actionmenu ul.menubar { +body.format-topcoll.editing #region-main .moodle-actionmenu ul.menubar { display: none; } diff --git a/version.php b/version.php index 5ec646d1..f798b31a 100644 --- a/version.php +++ b/version.php @@ -34,8 +34,8 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2014092001; +$plugin->version = 2014092002; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2014051200.00; // 2.7 (Build: 20140512). $plugin->component = 'format_topcoll'; -$plugin->release = '2.7.2'; +$plugin->release = '2.7.3';