Skip to content

Commit 8fdea0c

Browse files
committed
Update changelog with Gap settings button display changes. Bump version
1 parent bb3d64a commit 8fdea0c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

changelog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
### Version 2.3 of the Moodle Gapfill question type Feb 2026
2+
3+
Ensure the Gap settings button can only ever appear when the user
4+
editor preference is set to either Tiny or Atto.
5+
16
### Version 2.2 of the Moodle Gapfill question type Jan 2026
27

3-
Thanks to Adam Jenkins for a CSS reversionFix. https://github.com/marcusgreen/moodle-qtype_gapfill/pull/131
8+
Thanks to Adam Jenkins for a CSS reversion Fix.
9+
https://github.com/marcusgreen/moodle-qtype_gapfill/pull/131
410

511
Linting of CSS
612

7-
813
### Version 2.15 of the Moodle Gapfill question type Dec 2025
914
Thanks to Dragos and Alistair from UCL for help with helping with fix
1015
to allow per gap feedback to be added with the default TinyMCE

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'qtype_gapfill';
28-
$plugin->version = 2026012200; // YYYYMMDDHH (year, month, day, 24-hr time).
28+
$plugin->version = 2026020900; // YYYYMMDDHH (year, month, day, 24-hr time).
2929
$plugin->requires = 2024100700; // Moodle 4.5.
30-
$plugin->release = '2.2';
30+
$plugin->release = '2.3';
3131
$plugin->supported = [405, 501];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)