We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445eeb9 commit 16bc1feCopy full SHA for 16bc1fe
CHANGES.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### 6.0.1 (2025-05-04)
4
+
5
+- improvement: also accept numeric strings in places where numbers are expected
6
7
### 6.0.0 (2025-04-30)
8
9
Great care has been taken to make sure that this new version -- despite the numerous changes and
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'qtype_formulas';
28
-$plugin->version = 2025043000;
+$plugin->version = 2025050400;
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.0.0';
+$plugin->release = '6.0.1';
40
41
$plugin->maturity = MATURITY_STABLE;
0 commit comments