Display creation info on manage outage page

This commit is contained in:
Benjamin Walker
2025-12-31 15:27:01 +10:00
committed by Brendan Heywood
parent 54eca9e3a1
commit 1fa22a4ea3
5 changed files with 49 additions and 5 deletions
+2 -3
View File
@@ -28,8 +28,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2026011302; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2026011302; // Human-readable release information.
$plugin->version = 2026011303; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2026011303; // Human-readable release information.
$plugin->requires = 2025100600; // Moodle 5.1.
$plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments!
$plugin->supported = [501, 501]; // A range of branch numbers of supported moodle versions.