Skip to content

Commit f4727f0

Browse files
committed
Merge branch '5.0.2_release' into 'MOODLE_500_STABLE'
Version bump 5.0.2 See merge request workplace/moodle-tool_certificate!237
2 parents 6e99e5a + 25e7f30 commit f4727f0

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+
## 5.0.2 - 2025-08-12
44
### Added
55
- Added mobile app version of "My certificates"
66
### Fixed

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 = '5.0.1';
30-
$plugin->version = 2025061000;
29+
$plugin->release = '5.0.2';
30+
$plugin->version = 2025081200;
3131
$plugin->requires = 2025041400.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 = '5.0.1';
30-
$plugin->version = 2025061000;
29+
$plugin->release = '5.0.2';
30+
$plugin->version = 2025081200;
3131
$plugin->requires = 2025041400.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 = '5.0.1';
30-
$plugin->version = 2025061000;
29+
$plugin->release = '5.0.2';
30+
$plugin->version = 2025081200;
3131
$plugin->requires = 2025041400.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 = '5.0.1';
30-
$plugin->version = 2025061000;
29+
$plugin->release = '5.0.2';
30+
$plugin->version = 2025081200;
3131
$plugin->requires = 2025041400.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 = '5.0.1';
30-
$plugin->version = 2025061000;
29+
$plugin->release = '5.0.2';
30+
$plugin->version = 2025081200;
3131
$plugin->requires = 2025041400.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 = '5.0.1';
30-
$plugin->version = 2025061000;
29+
$plugin->release = '5.0.2';
30+
$plugin->version = 2025081200;
3131
$plugin->requires = 2025041400.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 = '5.0.1';
30-
$plugin->version = 2025061000;
29+
$plugin->release = '5.0.2';
30+
$plugin->version = 2025081200;
3131
$plugin->requires = 2025041400.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 = '5.0.1';
30-
$plugin->version = 2025061000;
29+
$plugin->release = '5.0.2';
30+
$plugin->version = 2025081200;
3131
$plugin->requires = 2025041400.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 = '5.0.1';
30-
$plugin->version = 2025061000;
29+
$plugin->release = '5.0.2';
30+
$plugin->version = 2025081200;
3131
$plugin->requires = 2025041400.00;
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)