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 7008ab2 + 0998cd5 commit a55ffc1Copy full SHA for a55ffc1
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 4.5.3 - 2025-03-18
4
### Fixed
5
- behat tests checking that certificate opens in a new window failing with selenium/standalone-chrome:4
6
version.php
@@ -25,11 +25,11 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'mod_coursecertificate';
28
-$plugin->release = '4.5.1+';
29
-$plugin->version = 2025022700;
+$plugin->release = '4.5.3';
+$plugin->version = 2025031800;
30
$plugin->requires = 2022041900.00;
31
$plugin->maturity = MATURITY_STABLE;
32
$plugin->supported = [400, 405];
33
$plugin->dependencies = [
34
- 'tool_certificate' => 2025022700,
+ 'tool_certificate' => 2025031800,
35
];
0 commit comments