From cc09171e822e2da62cc5bc0379e4e56a03065d3d Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 13 Jan 2026 11:47:11 +1000 Subject: [PATCH] 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. +