diff --git a/CHANGES.md b/CHANGES.md index fb5ebac6..7159f587 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +### 6.3.2 (2026-07-03) + +- bugfix: keep feedback visible after manual regrading / commenting of question + ### 6.3.1 (2026-05-18) - bugfix: correct visibility of feedback in adaptive mode diff --git a/version.php b/version.php index b315e985..11ccb2a1 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_formulas'; -$plugin->version = 2026051800; +$plugin->version = 2026070300; $plugin->cron = 0; $plugin->requires = 2024100700; @@ -36,6 +36,6 @@ 'filter_mathjaxloader' => 2024100700, ]; $plugin->supported = [405, 502]; -$plugin->release = '6.3.1'; +$plugin->release = '6.3.2'; $plugin->maturity = MATURITY_STABLE;