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 ceede39 commit a8dd0e0Copy full SHA for a8dd0e0
1 file changed
version.php
@@ -26,11 +26,11 @@
26
27
defined('MOODLE_INTERNAL') || die();
28
29
-$plugin->version = 2024100720;
+$plugin->version = 2024100725;
30
$plugin->requires = 2024100700;
31
-$plugin->release = '4.5.4';
+$plugin->release = '4.5.5';
32
$plugin->component = 'local_o365';
33
$plugin->maturity = MATURITY_STABLE;
34
$plugin->dependencies = [
35
- 'auth_oidc' => 2024100715,
+ 'auth_oidc' => 2024100720,
36
];
0 commit comments