From c0ea1c12610bdb98bd142093d3361e4640574c4b Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 13 Jan 2026 11:31:09 +1000 Subject: [PATCH 1/3] 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. From cc09171e822e2da62cc5bc0379e4e56a03065d3d Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 13 Jan 2026 11:47:11 +1000 Subject: [PATCH 2/3] Fixed comments indentation. --- version.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/version.php b/version.php index d63b16d..d5a55be 100644 --- a/version.php +++ b/version.php @@ -28,8 +28,9 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = "auth_outage"; -$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. +$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. + From 245bc347d4e6c00e5832709e42756c3530bb6e80 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 13 Jan 2026 12:03:06 +1000 Subject: [PATCH 3/3] Added new line at the end of version.php. --- version.php | 1 - 1 file changed, 1 deletion(-) diff --git a/version.php b/version.php index d5a55be..1eb9caa 100644 --- a/version.php +++ b/version.php @@ -33,4 +33,3 @@ $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. -