We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbac1b7 commit 8c979f9Copy full SHA for 8c979f9
version.php
@@ -24,8 +24,8 @@
24
25
defined('MOODLE_INTERNAL') || die();
26
27
-$plugin->version = 2025040400; // The current plugin version (Date: YYYYMMDDXX).
28
-$plugin->release = 2025040400; // Match release exactly to version.
+$plugin->version = 2025081300; // The current plugin version (Date: YYYYMMDDXX).
+$plugin->release = 2025081300; // Match release exactly to version.
29
$plugin->requires = 2025040400; // Requires Moodle 5.0
30
$plugin->component = 'auth_saml2'; // Full name of the plugin (used for diagnostics).
31
$plugin->maturity = MATURITY_STABLE;
0 commit comments