Added admin notifications #185

This commit is contained in:
Brendan Heywood
2020-02-15 00:56:33 +11:00
parent c3a2faef08
commit c6cee3cd4f
8 changed files with 220 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2020021300; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '1.0.11'; // Human-readable release information.
$plugin->version = 2020021500; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2020021500; // Human-readable release information.
$plugin->requires = 2017051500; // Requires 3.3 and higher.
$plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments!