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.
2 parents d579af6 + 338af99 commit d5353f8Copy full SHA for d5353f8
version.php
@@ -26,10 +26,10 @@
26
27
$plugin->component = 'mod_coursecertificate';
28
$plugin->release = '4.5.5';
29
-$plugin->version = 2024110550; // Version can only be increased by 1, it is no longer the current date.
+$plugin->version = 2025031802; // Version can only be increased by 1, it is no longer the current date.
30
$plugin->requires = 2022041900.00;
31
$plugin->maturity = MATURITY_STABLE;
32
$plugin->supported = [400, 405];
33
$plugin->dependencies = [
34
- 'tool_certificate' => 2024110550,
+ 'tool_certificate' => 2025031802,
35
];
0 commit comments