diff --git a/changelog.md b/changelog.md index 7919c38..1ab3f43 100755 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -### Version 2.133 of the Moodle Gapfill question type +### Version 2.133 of the Moodle Gapfill question type Mar 2022 Missing space around or in non English feedback. Where the language was not English and there is more than one correct answer the space was missing around the tanslation of or. So in German if the correct answers are red or green it would present as @@ -13,6 +13,8 @@ https://github.com/marcusgreen/moodle-qtype_gapfill/pull/77 Which gave me the idea of validating the output. Fix for layout in optionsaftertext mode Bump to version of Moodle required from 3.3 to 3.7, to make support easier +Updates to behat tests to work with Moodle 4.0. No further support for +MS IE browser 11. ### Version 2.132 of the Moodle Gapfill question type Jul 2021 Fix for https://github.com/marcusgreen/moodle-qtype_gapfill/issues/76 diff --git a/version.php b/version.php index d3b0dba..602ea7b 100755 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_gapfill'; -$plugin->version = 2022013000; +$plugin->version = 2022032500; $plugin->requires = 2019052009; // Moodle 3.7 . -$plugin->release = '2.132'; +$plugin->release = '2.133'; $plugin->maturity = MATURITY_STABLE;