File tree Expand file tree Collapse file tree 3 files changed +10
-40
lines changed Expand file tree Collapse file tree 3 files changed +10
-40
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ jobs:
31
31
matrix :
32
32
include :
33
33
- php : ' 8.1'
34
- moodle-branch : ' MOODLE_402_STABLE '
34
+ moodle-branch : ' master '
35
35
database : ' pgsql'
36
36
- php : ' 8.0'
37
+ moodle-branch : ' MOODLE_402_STABLE'
38
+ database : ' pgsql'
39
+ - php : ' 7.4'
37
40
moodle-branch : ' MOODLE_401_STABLE'
38
41
database : ' mariadb'
39
- - php : ' 7.4'
40
- moodle-branch : ' MOODLE_400_STABLE'
41
- database : ' pgsql'
42
42
43
43
steps :
44
44
- name : Checkout
Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
3
- Release 4.0.1 (Build - 2023051600 )
3
+ Release 4.1.0 (Build - 2023081100 )
4
4
5
- Improvements:
5
+ Initial release for Moodle 4.1 forward.
6
6
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.)
Original file line number Diff line number Diff line change 25
25
26
26
defined ('MOODLE_INTERNAL ' ) || die ();
27
27
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).
30
30
31
31
$ plugin ->component = 'mod_questionnaire ' ;
32
32
33
- $ plugin ->release = '4.0.1 (Build - 2023051600 ) ' ;
33
+ $ plugin ->release = '4.1.0 (Build - 2023081100 ) ' ;
34
34
$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments