Merge pull request #395 from catalyst/MOODLE_501_versionfix

Issue #390: fixed version.php plugin version, release and required moodle version.
This commit is contained in:
Brendan Heywood
2026-01-13 13:14:32 +11:00
committed by GitHub

View File

@@ -28,8 +28,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2024081900; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2024081900; // Human-readable release information.
$plugin->requires = 2025091900; // Moodle 5.1.
$plugin->maturity = MATURITY_STABLE; // Suitable for PRODUCTION environments!
$plugin->supported = [501, 501]; // A range of branch numbers of supported moodle versions.
$plugin->version = 2026011300; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2026011300; // 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.