Skip to content

Commit d392eef

Browse files
committed
Merge branch '4.4.4_release' into 'MOODLE_400_STABLE'
Version bump 4.4.4 See merge request workplace/moodle-mod_coursecertificate!206
2 parents 06c662f + 3f1fb10 commit d392eef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 4.4.4 - 2024-10-08
44
### Added
55
- Compatibility with Moodle 4.5; Updates to version testing matrices
66

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_coursecertificate';
28-
$plugin->release = '4.4.3';
29-
$plugin->version = 2024090300;
28+
$plugin->release = '4.4.4';
29+
$plugin->version = 2024100800;
3030
$plugin->requires = 2022041900.00;
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->supported = [400, 405];
3333
$plugin->dependencies = [
34-
'tool_certificate' => 2024090300,
34+
'tool_certificate' => 2024100800,
3535
];

0 commit comments

Comments
 (0)