Skip to content

Commit ed039da

Browse files
authored
prepare v6.0.4 (#234)
1 parent c6fd5a7 commit ed039da

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.md

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

3+
### 6.0.4 (2025-06-16)
4+
5+
- bugfix: avoid outdated MathJax preview being re-activated
6+
- bugfix: solve problem with \n in strings used for MathJax rendering
7+
- improvement: implement PHP-like escape sequences in strings
8+
- internal: complete rewrite of renderer.php
9+
310
### 6.0.3 (2025-06-06)
411

512
- bugfix: fix error message for partially answered questions in interactive mode

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 = 2025060600;
28+
$plugin->version = 2025061600;
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.3';
39+
$plugin->release = '6.0.4';
4040

4141
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)