Skip to content

Commit e05057a

Browse files
committed
Release 5.0
1 parent 19610eb commit e05057a

File tree

13 files changed

+38
-34
lines changed

13 files changed

+38
-34
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- php: '8.4'
3535
# Main job. Run all checks that do not require setup and only need to be run once.
3636
runchecks: 'all'
37-
moodle-branch: 'main' # TODO change to MOODLE_500_STABLE
37+
moodle-branch: 'MOODLE_500_STABLE'
3838
database: 'pgsql'
3939
- php: '8.2'
40-
moodle-branch: 'main' # TODO change to MOODLE_500_STABLE
40+
moodle-branch: 'MOODLE_500_STABLE'
4141
database: 'mariadb'
4242

4343
steps:

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ services:
99
variables:
1010
MOODLE_REPO_WORKPLACE: git@git.in.moodle.com:workplace/workplacedev.git
1111
MOODLE_BRANCH_WORKPLACE500R: WORKPLACE_ROLLING_500
12-
# MOODLE_BRANCH_WORKPLACE500S: WORKPLACE_500
12+
MOODLE_BRANCH_WORKPLACE500S: WORKPLACE_500
1313
MOODLE_REPO_LMS: git@git.in.moodle.com:moodle/moodle.git
14-
MOODLE_BRANCH_LMS500: main # TODO change to MOODLE_500_STABLE
14+
MOODLE_BRANCH_LMS500: MOODLE_500_STABLE
1515
MOODLE_BEHAT_WDHOST: "http://selenium-standalone-chrome:4444/wd/hub"
1616
POSTGRES_USER: postgres
1717
POSTGRES_PASSWORD: ""

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 5.0 - 2025-04-14
4+
### Added
5+
- Added support for Moodle 5.0
6+
37
## 4.5.3 - 2025-03-18
48
### Fixed
59
- behat tests checking that certificate opens in a new window failing with selenium/standalone-chrome:4

element/border/version.php

Lines changed: 3 additions & 3 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.0dev';
30-
$plugin->version = 2025040300;
31-
$plugin->requires = 2025040100.00;
29+
$plugin->release = '5.0';
30+
$plugin->version = 2025041400;
31+
$plugin->requires = 2025041400.00;
3232
$plugin->maturity = MATURITY_STABLE;

element/code/version.php

Lines changed: 3 additions & 3 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.0dev';
30-
$plugin->version = 2025040300;
31-
$plugin->requires = 2025040100.00;
29+
$plugin->release = '5.0';
30+
$plugin->version = 2025041400;
31+
$plugin->requires = 2025041400.00;
3232
$plugin->maturity = MATURITY_STABLE;

element/date/version.php

Lines changed: 3 additions & 3 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.0dev';
30-
$plugin->version = 2025040300;
31-
$plugin->requires = 2025040100.00;
29+
$plugin->release = '5.0';
30+
$plugin->version = 2025041400;
31+
$plugin->requires = 2025041400.00;
3232
$plugin->maturity = MATURITY_STABLE;

element/digitalsignature/version.php

Lines changed: 3 additions & 3 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.0dev';
30-
$plugin->version = 2025040300;
31-
$plugin->requires = 2025040100.00;
29+
$plugin->release = '5.0';
30+
$plugin->version = 2025041400;
31+
$plugin->requires = 2025041400.00;
3232
$plugin->maturity = MATURITY_STABLE;

element/image/version.php

Lines changed: 3 additions & 3 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.0dev';
30-
$plugin->version = 2025040300;
31-
$plugin->requires = 2025040100.00;
29+
$plugin->release = '5.0';
30+
$plugin->version = 2025041400;
31+
$plugin->requires = 2025041400.00;
3232
$plugin->maturity = MATURITY_STABLE;

element/program/version.php

Lines changed: 3 additions & 3 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.0dev';
30-
$plugin->version = 2025040300;
31-
$plugin->requires = 2025040100.00;
29+
$plugin->release = '5.0';
30+
$plugin->version = 2025041400;
31+
$plugin->requires = 2025041400.00;
3232
$plugin->maturity = MATURITY_STABLE;

element/text/version.php

Lines changed: 3 additions & 3 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.0dev';
30-
$plugin->version = 2025040300;
31-
$plugin->requires = 2025040100.00;
29+
$plugin->release = '5.0';
30+
$plugin->version = 2025041400;
31+
$plugin->requires = 2025041400.00;
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)