From c86dbe68d29e0f809c748d482015716bcded84b9 Mon Sep 17 00:00:00 2001 From: Gareth J Barnard Date: Fri, 23 Jan 2015 16:29:22 +0000 Subject: [PATCH] V2.8.2 --- 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 8ad1e428..d1014877 100644 --- a/Readme.md +++ b/Readme.md @@ -244,8 +244,9 @@ can be really useful in visualising the issue along with any files you consider Version Information =================== -10th January 2014 Version 2.8.2 +23rd January 2015 Version 2.8.2 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.8.1.1 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 7e2cabc9..0d85d4e8 100644 --- a/version.php +++ b/version.php @@ -34,8 +34,8 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2014121100; +$plugin->version = 2015012300; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2014111000.00; // 2.8 (Build: 20141110). $plugin->component = 'format_topcoll'; -$plugin->release = '2.8.1.1'; +$plugin->release = '2.8.2';