Skip to content

Commit a55ffc1

Browse files
committed
Merge branch '4.5.3_release' into 'MOODLE_400_STABLE'
Version bump 4.5.3 See merge request workplace/moodle-mod_coursecertificate!214
2 parents 7008ab2 + 0998cd5 commit a55ffc1

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.5.3 - 2025-03-18
44
### Fixed
55
- behat tests checking that certificate opens in a new window failing with selenium/standalone-chrome:4
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.5.1+';
29-
$plugin->version = 2025022700;
28+
$plugin->release = '4.5.3';
29+
$plugin->version = 2025031800;
3030
$plugin->requires = 2022041900.00;
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->supported = [400, 405];
3333
$plugin->dependencies = [
34-
'tool_certificate' => 2025022700,
34+
'tool_certificate' => 2025031800,
3535
];

0 commit comments

Comments
 (0)