From c0ea1c12610bdb98bd142093d3361e4640574c4b Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 13 Jan 2026 11:31:09 +1000 Subject: [PATCH] Issue #390: fixed version.php plugin version, release and required moodle version. --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index ec0fdfb..d63b16d 100644 --- a/version.php +++ b/version.php @@ -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->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.