Skip to content

Commit dcdfe17

Browse files
build: publish #8.8.3
1 parent 8f7ac9c commit dcdfe17

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
The latest release of this plugin is v8.8.2 (9 jan. 2025).
99

10+
## v8.8.3 - 30 jan. 2025
11+
12+
- fix: Improved services performance.
13+
- fix: wiriseditorparselatex now works with latex.
14+
1015
## v8.8.2 - 9 jan. 2025
1116

1217
- fix: MathType formulas not displayed correctly
@@ -16,6 +21,7 @@ The latest release of this plugin is v8.8.2 (9 jan. 2025).
1621
- fix: LaTeX formulas not being rendered with PHP Render Type.
1722

1823
## v8.8.0 - 7 oct. 2024
24+
1925
- test: Improve test coverage for 4.5
2026
- feat: Add compatibility with Moodle 4.5.
2127

thirdpartylibs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<library>
1111
<location>render</location>
1212
<name>MathType Web Integration JavaScript SDK</name>
13-
<version>8.10.0</version>
13+
<version>8.12.0</version>
1414
<license>GPL</license>
1515
<licenseversion>3.0+</licenseversion>
1616
</library>

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
defined('MOODLE_INTERNAL') || die();
2727

28-
$plugin->version = 2025010900;
29-
$plugin->release = '8.8.2';
28+
$plugin->version = 2025013000;
29+
$plugin->release = '8.8.3';
3030
$plugin->requires = 2011120511;
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->component = 'filter_wiris';

0 commit comments

Comments
 (0)