Skip to content

Commit 362b60f

Browse files
committed
Merge branch '4.5.3_release' into 'MOODLE_400_STABLE'
Version bump 4.5.3 See merge request workplace/moodle-tool_certificate!214
2 parents d430034 + ebde263 commit 362b60f

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
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

element/border/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// This plugin is part of Moodle Workplace product.
2828
$plugin->component = 'certificateelement_border';
29-
$plugin->release = '4.5.1';
30-
$plugin->version = 2024121000;
29+
$plugin->release = '4.5.3';
30+
$plugin->version = 2025031800;
3131
$plugin->requires = 2022041900.00;
3232
$plugin->maturity = MATURITY_STABLE;

element/code/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// This plugin is part of Moodle Workplace product.
2828
$plugin->component = 'certificateelement_code';
29-
$plugin->release = '4.5.1';
30-
$plugin->version = 2024121000;
29+
$plugin->release = '4.5.3';
30+
$plugin->version = 2025031800;
3131
$plugin->requires = 2022041900.00;
3232
$plugin->maturity = MATURITY_STABLE;

element/date/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// This plugin is part of Moodle Workplace product.
2828
$plugin->component = 'certificateelement_date';
29-
$plugin->release = '4.5.1';
30-
$plugin->version = 2024121000;
29+
$plugin->release = '4.5.3';
30+
$plugin->version = 2025031800;
3131
$plugin->requires = 2022041900.00;
3232
$plugin->maturity = MATURITY_STABLE;

element/digitalsignature/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// This plugin is part of Moodle Workplace product.
2828
$plugin->component = 'certificateelement_digitalsignature';
29-
$plugin->release = '4.5.1';
30-
$plugin->version = 2024121000;
29+
$plugin->release = '4.5.3';
30+
$plugin->version = 2025031800;
3131
$plugin->requires = 2022041900.00;
3232
$plugin->maturity = MATURITY_STABLE;

element/image/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// This plugin is part of Moodle Workplace product.
2828
$plugin->component = 'certificateelement_image';
29-
$plugin->release = '4.5.1';
30-
$plugin->version = 2024121000;
29+
$plugin->release = '4.5.3';
30+
$plugin->version = 2025031800;
3131
$plugin->requires = 2022041900.00;
3232
$plugin->maturity = MATURITY_STABLE;

element/program/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// This plugin is part of Moodle Workplace product.
2828
$plugin->component = 'certificateelement_program';
29-
$plugin->release = '4.5.1';
30-
$plugin->version = 2024121000;
29+
$plugin->release = '4.5.3';
30+
$plugin->version = 2025031800;
3131
$plugin->requires = 2022041900.00;
3232
$plugin->maturity = MATURITY_STABLE;

element/text/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// This plugin is part of Moodle Workplace product.
2828
$plugin->component = 'certificateelement_text';
29-
$plugin->release = '4.5.1';
30-
$plugin->version = 2024121000;
29+
$plugin->release = '4.5.3';
30+
$plugin->version = 2025031800;
3131
$plugin->requires = 2022041900.00;
3232
$plugin->maturity = MATURITY_STABLE;

element/userfield/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// This plugin is part of Moodle Workplace product.
2828
$plugin->component = 'certificateelement_userfield';
29-
$plugin->release = '4.5.1';
30-
$plugin->version = 2024121000;
29+
$plugin->release = '4.5.3';
30+
$plugin->version = 2025031800;
3131
$plugin->requires = 2022041900.00;
3232
$plugin->maturity = MATURITY_STABLE;

element/userpicture/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// This plugin is part of Moodle Workplace product.
2828
$plugin->component = 'certificateelement_userpicture';
29-
$plugin->release = '4.5.1';
30-
$plugin->version = 2024121000;
29+
$plugin->release = '4.5.3';
30+
$plugin->version = 2025031800;
3131
$plugin->requires = 2022041900.00;
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)