From 9856c95cc3440228c012716d470ea59233ce70a2 Mon Sep 17 00:00:00 2001 From: Jay Oswald Date: Wed, 4 Dec 2024 12:07:22 +1100 Subject: [PATCH 1/3] Bump version.php requirements for 404 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 9c916fde0..314790852 100644 --- a/version.php +++ b/version.php @@ -24,9 +24,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024090900; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = 2024090900; // Match release exactly to version. -$plugin->requires = 2017051509; // Requires PHP 7, 2017051509 = T12. M3.3 +$plugin->version = 2024120400; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = 2024120400; // Match release exactly to version. +$plugin->requires = 2024042200.00; // Requires PHP 7, 2017051509 = T12. M3.3 // Strictly we require either Moodle 3.5 OR // we require Totara 3.3, but the version number // for Totara 3.3 is the same as Moodle 3.3. From 541774f4a562b8200f021ada20ede44603a6c8a2 Mon Sep 17 00:00:00 2001 From: Jay Oswald Date: Wed, 4 Dec 2024 12:11:24 +1100 Subject: [PATCH 2/3] fix version number for 404 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 314790852..c7e1052a1 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ $plugin->version = 2024120400; // The current plugin version (Date: YYYYMMDDXX). $plugin->release = 2024120400; // Match release exactly to version. -$plugin->requires = 2024042200.00; // Requires PHP 7, 2017051509 = T12. M3.3 +$plugin->requires = 2024042200; // Requires PHP 7, 2017051509 = T12. M3.3 // Strictly we require either Moodle 3.5 OR // we require Totara 3.3, but the version number // for Totara 3.3 is the same as Moodle 3.3. From 98734e6497fc3e0b54c8e8301f66717ed152e365 Mon Sep 17 00:00:00 2001 From: Jay Oswald Date: Wed, 4 Dec 2024 12:14:23 +1100 Subject: [PATCH 3/3] fix version description --- version.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/version.php b/version.php index c7e1052a1..702a8d96f 100644 --- a/version.php +++ b/version.php @@ -26,10 +26,7 @@ $plugin->version = 2024120400; // The current plugin version (Date: YYYYMMDDXX). $plugin->release = 2024120400; // Match release exactly to version. -$plugin->requires = 2024042200; // Requires PHP 7, 2017051509 = T12. M3.3 - // Strictly we require either Moodle 3.5 OR - // we require Totara 3.3, but the version number - // for Totara 3.3 is the same as Moodle 3.3. +$plugin->requires = 2024042200; // Requires PHP 8.1 $plugin->component = 'auth_saml2'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE; $plugin->supported = [404, 405]; // A range of branch numbers of supported moodle versions.