Skip to content

Commit

Permalink
prepare v5.3.1 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippImhof authored Nov 16, 2023
1 parent e4c0d66 commit 04b6dce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 5.3.1 (2023-11-16)
- bugfix: make sure risky grading criterion cannot break question
- bugfix: make sure grading does not lead to invalid question state
- revert workaround from 5.2.2 (TinyMCE too small), as bug was fixed upstream
- internal: improvements to some tests
- internal: update GitHub actions

### 5.3.0 (2023-10-09)
- assure compatibility with Moodle 4.3 and PHP 8.2
- enhancement: different feedback for unique / non-unique correct answer
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'qtype_formulas';
$plugin->version = 2023100900;
$plugin->version = 2023111600;

$plugin->cron = 0;
$plugin->requires = 2017111300;
Expand All @@ -35,6 +35,6 @@
'qtype_multichoice' => 2015111600,
);
$plugin->supported = [39, 403];
$plugin->release = '5.3.0 for Moodle 3.9+';
$plugin->release = '5.3.1 for Moodle 3.9+';

$plugin->maturity = MATURITY_STABLE;

0 comments on commit 04b6dce

Please sign in to comment.