Skip to content

Commit 16bc1fe

Browse files
authored
prepare v6.0.1 (#207)
1 parent 445eeb9 commit 16bc1fe

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 6.0.1 (2025-05-04)
4+
5+
- improvement: also accept numeric strings in places where numbers are expected
6+
37
### 6.0.0 (2025-04-30)
48

59
Great care has been taken to make sure that this new version -- despite the numerous changes and

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'qtype_formulas';
28-
$plugin->version = 2025043000;
28+
$plugin->version = 2025050400;
2929

3030
$plugin->cron = 0;
3131
$plugin->requires = 2022112800;
@@ -36,6 +36,6 @@
3636
'filter_mathjaxloader' => 2022112800,
3737
];
3838
$plugin->supported = [401, 500];
39-
$plugin->release = '6.0.0';
39+
$plugin->release = '6.0.1';
4040

4141
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)