Added admin notifications #185

This commit is contained in:
Brendan Heywood
2026-06-05 12:14:17 +10:00
parent 1fa22a4ea3
commit 5756583514
8 changed files with 196 additions and 4 deletions
+2 -2
View File
@@ -28,7 +28,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2026011303; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2026011303; // Human-readable release information.
$plugin->version = 2026011304; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2026011304; // Human-readable release information.
$plugin->requires = 2025100600; // Moodle 5.1.
$plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments!