Bump plugin version

This commit is contained in:
Waleed Hassan
2026-07-13 10:03:43 +01:00
parent f785693d06
commit 2f5bb06e3c
+2 -2
View File
@@ -28,8 +28,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = "auth_outage";
$plugin->version = 2026011304; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2026011304; // Human-readable release information.
$plugin->version = 2026071300; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = 2026071300; // 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.