From 318e55f03a5a8f0bda44693281a302d874ae80fb Mon Sep 17 00:00:00 2001 From: Matt Dawson Date: Thu, 18 May 2017 16:10:16 +1000 Subject: [PATCH 1/4] version bump --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 32c9bde..3ce2413 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = "auth_outage"; -$plugin->version = 2016121200; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2017051800; // The current plugin version (Date: YYYYMMDDXX). $plugin->release = '1.0.8'; // Human-readable release information. $plugin->requires = 2014051200; // Requires Moodle 2.7 or later. Moodle 3.0 or later recommended. $plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments! From 21eb6eb0802c8b06d5a5b31bd3332efd501cb1c0 Mon Sep 17 00:00:00 2001 From: Matt Dawson Date: Thu, 18 May 2017 16:10:55 +1000 Subject: [PATCH 2/4] issue-115: added body class when outage is active --- views/warningbar/warningbar.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/warningbar/warningbar.php b/views/warningbar/warningbar.php index ec2d9fe..40d4d44 100644 --- a/views/warningbar/warningbar.php +++ b/views/warningbar/warningbar.php @@ -78,6 +78,7 @@ if (!$viewbag['static']) {