File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 5.3.1 (2023-11-16)
4
+ - bugfix: make sure risky grading criterion cannot break question
5
+ - bugfix: make sure grading does not lead to invalid question state
6
+ - revert workaround from 5.2.2 (TinyMCE too small), as bug was fixed upstream
7
+ - internal: improvements to some tests
8
+ - internal: update GitHub actions
9
+
3
10
### 5.3.0 (2023-10-09)
4
11
- assure compatibility with Moodle 4.3 and PHP 8.2
5
12
- enhancement: different feedback for unique / non-unique correct answer
Original file line number Diff line number Diff line change 25
25
defined ('MOODLE_INTERNAL ' ) || die ();
26
26
27
27
$ plugin ->component = 'qtype_formulas ' ;
28
- $ plugin ->version = 2023100900 ;
28
+ $ plugin ->version = 2023111600 ;
29
29
30
30
$ plugin ->cron = 0 ;
31
31
$ plugin ->requires = 2017111300 ;
35
35
'qtype_multichoice ' => 2015111600 ,
36
36
);
37
37
$ plugin ->supported = [39 , 403 ];
38
- $ plugin ->release = '5.3.0 for Moodle 3.9+ ' ;
38
+ $ plugin ->release = '5.3.1 for Moodle 3.9+ ' ;
39
39
40
40
$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments