File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88The 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 2525
2626defined ('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 ' ;
You can’t perform that action at this time.
0 commit comments