Skip to content

Commit 686880b

Browse files
committed
Setting up release for Moodle 4.1 onward.
1 parent 0a5b0a6 commit 686880b

File tree

3 files changed

+10
-40
lines changed

3 files changed

+10
-40
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
matrix:
3232
include:
3333
- php: '8.1'
34-
moodle-branch: 'MOODLE_402_STABLE'
34+
moodle-branch: 'master'
3535
database: 'pgsql'
3636
- php: '8.0'
37+
moodle-branch: 'MOODLE_402_STABLE'
38+
database: 'pgsql'
39+
- php: '7.4'
3740
moodle-branch: 'MOODLE_401_STABLE'
3841
database: 'mariadb'
39-
- php: '7.4'
40-
moodle-branch: 'MOODLE_400_STABLE'
41-
database: 'pgsql'
4242

4343
steps:
4444
- name: Checkout

CHANGES.md

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,7 @@
11
Release Notes
22

3-
Release 4.0.1 (Build - 2023051600)
3+
Release 4.1.0 (Build - 2023081100)
44

5-
Improvements:
5+
Initial release for Moodle 4.1 forward.
66

7-
* Moodle 4.2 compatibility:
8-
** removed event functions fully deprecated in 4.2.
9-
** added Moodle 4.2 and PHP 8.1 to CI checks.
10-
11-
Release 4.0.0 (Build - 2023030700)
12-
13-
Bug fixes:
14-
15-
* HTML allowed in choice display.
16-
* Fixed delete question error.
17-
* Feedback links restore correctly.
18-
* Required questions work with rating scales.
19-
* Moodle 4 descriptions only displayed once.
20-
* Feedback section works with empty score calculation.
21-
* Single activity settings work in Moodle 4.
22-
* Required checkbox questions with "other" option now work.
23-
24-
Improvements:
25-
26-
* Border added to atto editor for essay questions.
27-
* Better messaging on "save".
28-
* Better messaging on date picker question.
29-
* Buttons substituted for links in many places.
30-
* PHP8 compatibility.
31-
* Moodle 4 icons.
32-
* Improved PDF file name.
33-
* Non-respondents now only include enrolled users.
34-
* New slider type question.
35-
* Better completion tracking options.
36-
37-
(see CHANGES.md in release 3.11 for earlier changes.)
7+
(see CHANGES.md in release 4.00 for earlier changes.)

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525

2626
defined('MOODLE_INTERNAL') || die();
2727

28-
$plugin->version = 2022092202; // The current module version (Date: YYYYMMDDXX).
29-
$plugin->requires = 2022030300; // Moodle version (4.0).
28+
$plugin->version = 2022121600; // The current module version (Date: YYYYMMDDXX).
29+
$plugin->requires = 2022112800.00; // Moodle version (4.1.0).
3030

3131
$plugin->component = 'mod_questionnaire';
3232

33-
$plugin->release = '4.0.1 (Build - 2023051600)';
33+
$plugin->release = '4.1.0 (Build - 2023081100)';
3434
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)