Skip to content

Commit 245bd16

Browse files
build: publish #8.7.1
1 parent 58ab745 commit 245bd16

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
The latest release of this plugin is v8.7.0 (23 apr. 2024).
8+
The latest release of this plugin is v8.7.1 (27 aug. 2024).
9+
10+
## v8.7.1 - 27 aug. 2024
11+
12+
- test: Improve and add test coverage.
13+
- fix: Latex being deleted from editors. #KB-49186
14+
- refactor: Moodle test page. #KB-43810
15+
- fix: Fetch notification when load setting page. #KB-44423
916

1017
## v8.7.0 - 23 apr. 2024
1118

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.6.0</version>
13+
<version>8.10.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 = 2024042300;
29-
$plugin->release = '8.7.0';
28+
$plugin->version = 2024082700;
29+
$plugin->release = '8.7.1';
3030
$plugin->requires = 2011120511;
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->component = 'filter_wiris';

0 commit comments

Comments
 (0)