Skip to content

Commit 04b6dce

Browse files
authored
prepare v5.3.1 (#123)
1 parent e4c0d66 commit 04b6dce

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
### 5.3.0 (2023-10-09)
411
- assure compatibility with Moodle 4.3 and PHP 8.2
512
- enhancement: different feedback for unique / non-unique correct answer

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'qtype_formulas';
28-
$plugin->version = 2023100900;
28+
$plugin->version = 2023111600;
2929

3030
$plugin->cron = 0;
3131
$plugin->requires = 2017111300;
@@ -35,6 +35,6 @@
3535
'qtype_multichoice' => 2015111600,
3636
);
3737
$plugin->supported = [39, 403];
38-
$plugin->release = '5.3.0 for Moodle 3.9+';
38+
$plugin->release = '5.3.1 for Moodle 3.9+';
3939

4040
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)