From 3d118dc206fec5b53a91778006434ed723a2538d Mon Sep 17 00:00:00 2001 From: Gareth J Barnard Date: Thu, 9 Apr 2015 15:35:02 +0100 Subject: [PATCH] V2.8.2.2 --- Readme.md | 3 ++- version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 997469e7..66a897d9 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 =================== -27th March 2015 Version 2.8.2.2 +Version 2.8.2.2 1. Added print media styles. + 2. Version information to no longer have the date as will work better. 27th January 2015 Version 2.8.2.1 1. Refix issue #4 - No block drag and drop icon when blockeditingmenu is false - activity editing menu no longer shows. diff --git a/version.php b/version.php index 34dc9110..beab721d 100644 --- a/version.php +++ b/version.php @@ -34,7 +34,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015032700; +$plugin->version = 2015040900; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2014111000.00; // 2.8 (Build: 20141110). $plugin->component = 'format_topcoll';