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 06c662f + 3f1fb10 commit d392eefCopy full SHA for d392eef
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 4.4.4 - 2024-10-08
4
### Added
5
- Compatibility with Moodle 4.5; Updates to version testing matrices
6
version.php
@@ -25,11 +25,11 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'mod_coursecertificate';
28
-$plugin->release = '4.4.3';
29
-$plugin->version = 2024090300;
+$plugin->release = '4.4.4';
+$plugin->version = 2024100800;
30
$plugin->requires = 2022041900.00;
31
$plugin->maturity = MATURITY_STABLE;
32
$plugin->supported = [400, 405];
33
$plugin->dependencies = [
34
- 'tool_certificate' => 2024090300,
+ 'tool_certificate' => 2024100800,
35
];
0 commit comments