diff --git a/CHANGES.md b/CHANGES.md index 74affbd..6decb76 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Change log for the Import question as new version question bank plugin +## Changes in version 1.1 + +* Provide compatibility with Moodle 4.3. +* Fix a bug with importing Cloze questions. + ## Changes in version 1.0 * We are declaring this stable. (Has been used at the Open University for several months.) diff --git a/README.md b/README.md index 9308459..d953709 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,9 @@ version of this question. (This is different from the standard way of importing creates new questions.) -## Installing via uploaded ZIP file ## +## Installing from the Moodle plugins database -Once this plugin is finished, you can install it from from the Moodle plugins database: -https://moodle.org/plugins/qbank_importasversion +Install from the Moodle plugins database https://moodle.org/plugins/qbank_importasversion. ### Install using git diff --git a/version.php b/version.php index d8d28f2..bd1bc01 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qbank_importasversion'; -$plugin->release = '1.0.0 for Moodle 4.0+'; -$plugin->version = 2023102700; +$plugin->release = '1.1.0 for Moodle 4.0+'; +$plugin->version = 2024041600; $plugin->requires = 2022041900; $plugin->maturity = MATURITY_STABLE;