File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
3
- Version 3.11.1 (Build - 2022062300 )
3
+ Version 4.0.0 Beta (Build - 2022030400 )
4
4
5
- Improvements:
6
- * Only show the "do not use thousands separator" on numeric question when relevant.
7
-
8
- Version 3.11.0 (Build - 2022030400)
9
-
10
- Improvements:
11
- * This release will run on Moodle 4.0. Future changes will be required to improve the nav. for Moodle 4.
12
-
13
- (see CHANGES.md in release 3.10 for earlier changes.)
5
+ (see CHANGES.md in release 3.11 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 = 2021062301 ; // The current module version (Date: YYYYMMDDXX).
29
- $ plugin ->requires = 2020061500 ; // Moodle version (3.9 ).
28
+ $ plugin ->version = 2022030301 ; // The current module version (Date: YYYYMMDDXX).
29
+ $ plugin ->requires = 2022030300 ; // Moodle version (4.0 ).
30
30
31
31
$ plugin ->component = 'mod_questionnaire ' ;
32
32
33
- $ plugin ->release = '3.11.1 (Build - 2022062300 ) ' ;
34
- $ plugin ->maturity = MATURITY_STABLE ;
33
+ $ plugin ->release = '4.0.0 (Build - 2022030300 ) ' ;
34
+ $ plugin ->maturity = MATURITY_BETA ;
You can’t perform that action at this time.
0 commit comments