Merge pull request #121 from catalyst/issue-95_core_maintenance_warning

Issue 95 core maintenance warning
This commit is contained in:
Daniel Thee Roperto
2017-07-13 12:47:30 +10:00
committed by GitHub
2 changed files with 10 additions and 2 deletions

8
styles.css Normal file
View File

@@ -0,0 +1,8 @@
/**
* Globally supress core Moodle maintenance warning message.
*
* Note that this can be explicitly overridden by themes.
*/
.box.moodle-has-zindex.maintenancewarning {
display: none;
}

View File

@@ -28,7 +28,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2017051800; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '1.0.8'; // Human-readable release information.
$plugin->version = 2017071300; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '1.0.9'; // 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!