Skip to content

Commit 9a55133

Browse files
authored
prepare version 6.2.0 (#278)
1 parent 2031332 commit 9a55133

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 6.2.0 (2025-09-21)
4+
5+
- improvement: add option to hide "Number" tooltip
6+
- improvement: increased robustness when importing/restoring bad data
7+
- bugfix: allow Ω, µ and % symbols in units
8+
39
### 6.1.2 (2025-08-20)
410

511
- improvement: allow :MC suffix for radio-box multi-choice

version.php

Lines changed: 2 additions & 2 deletions
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 = 2025082000;
28+
$plugin->version = 2025092100;
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.1.2';
39+
$plugin->release = '6.2.0';
4040

4141
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)