We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc764d commit baf4c59Copy full SHA for baf4c59
CHANGES.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### 6.1.1 (2025-07-27)
4
+
5
+- bugfix: allow assigning values to elements of shuffled lists
6
7
### 6.1.0 (2025-07-26)
8
9
- improvement: allow use of local decimal separator (comma) in student answers
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'qtype_formulas';
28
-$plugin->version = 2025072600;
+$plugin->version = 2025072700;
29
30
$plugin->cron = 0;
31
$plugin->requires = 2022112800;
@@ -36,6 +36,6 @@
36
'filter_mathjaxloader' => 2022112800,
37
];
38
$plugin->supported = [401, 500];
39
-$plugin->release = '6.1.0';
+$plugin->release = '6.1.1';
40
41
$plugin->maturity = MATURITY_STABLE;
0 commit comments