File tree Expand file tree Collapse file tree 13 files changed +38
-34
lines changed Expand file tree Collapse file tree 13 files changed +38
-34
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
- php : ' 8.4'
35
35
# Main job. Run all checks that do not require setup and only need to be run once.
36
36
runchecks : ' all'
37
- moodle-branch : ' main ' # TODO change to MOODLE_500_STABLE
37
+ moodle-branch : ' MOODLE_500_STABLE'
38
38
database : ' pgsql'
39
39
- php : ' 8.2'
40
- moodle-branch : ' main ' # TODO change to MOODLE_500_STABLE
40
+ moodle-branch : ' MOODLE_500_STABLE'
41
41
database : ' mariadb'
42
42
43
43
steps :
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ services:
9
9
variables :
10
10
MOODLE_REPO_WORKPLACE : git@git.in.moodle.com:workplace/workplacedev.git
11
11
MOODLE_BRANCH_WORKPLACE500R : WORKPLACE_ROLLING_500
12
- # MOODLE_BRANCH_WORKPLACE500S: WORKPLACE_500
12
+ MOODLE_BRANCH_WORKPLACE500S : WORKPLACE_500
13
13
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
15
15
MOODLE_BEHAT_WDHOST : " http://selenium-standalone-chrome:4444/wd/hub"
16
16
POSTGRES_USER : postgres
17
17
POSTGRES_PASSWORD : " "
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 5.0 - 2025-04-14
4
+ ### Added
5
+ - Added support for Moodle 5.0
6
+
3
7
## 4.5.3 - 2025-03-18
4
8
### Fixed
5
9
- behat tests checking that certificate opens in a new window failing with selenium/standalone-chrome:4
Original file line number Diff line number Diff line change 26
26
27
27
// This plugin is part of Moodle Workplace product.
28
28
$ 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 ;
32
32
$ plugin ->maturity = MATURITY_STABLE ;
Original file line number Diff line number Diff line change 26
26
27
27
// This plugin is part of Moodle Workplace product.
28
28
$ 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 ;
32
32
$ plugin ->maturity = MATURITY_STABLE ;
Original file line number Diff line number Diff line change 26
26
27
27
// This plugin is part of Moodle Workplace product.
28
28
$ 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 ;
32
32
$ plugin ->maturity = MATURITY_STABLE ;
Original file line number Diff line number Diff line change 26
26
27
27
// This plugin is part of Moodle Workplace product.
28
28
$ 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 ;
32
32
$ plugin ->maturity = MATURITY_STABLE ;
Original file line number Diff line number Diff line change 26
26
27
27
// This plugin is part of Moodle Workplace product.
28
28
$ 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 ;
32
32
$ plugin ->maturity = MATURITY_STABLE ;
Original file line number Diff line number Diff line change 26
26
27
27
// This plugin is part of Moodle Workplace product.
28
28
$ 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 ;
32
32
$ plugin ->maturity = MATURITY_STABLE ;
Original file line number Diff line number Diff line change 26
26
27
27
// This plugin is part of Moodle Workplace product.
28
28
$ 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 ;
32
32
$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments