We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390a05b commit d61ac9fCopy full SHA for d61ac9f
CHANGES.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### 6.0.2 (2025-05-06)
4
+
5
+- bugfix: fix problem with subsequent comments in variable definitions
6
7
### 6.0.1 (2025-05-04)
8
9
- improvement: also accept numeric strings in places where numbers are expected
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'qtype_formulas';
28
-$plugin->version = 2025050400;
+$plugin->version = 2025050600;
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.1';
+$plugin->release = '6.0.2';
40
41
$plugin->maturity = MATURITY_STABLE;
0 commit comments