From 026e9cdd69877d380e020916bc5264128fa193e7 Mon Sep 17 00:00:00 2001 From: Xinyu Jiang <125269853+xjiang-at-wiris@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:39:05 +0100 Subject: [PATCH] build: publish #8.8.2 --- CHANGES.md | 6 +++++- version.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d925f40..06fa9dc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -The latest release of this plugin is v8.8.1 (4 nov. 2024). +The latest release of this plugin is v8.8.2 (9 jan. 2025). + +## v8.8.2 - 9 jan. 2025 + +- fix: MathType formulas not displayed correctly ## v8.8.1 - 4 nov. 2024 diff --git a/version.php b/version.php index 12ba33c..e31449b 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024110400; -$plugin->release = '8.8.1'; +$plugin->version = 2025010900; +$plugin->release = '8.8.2'; $plugin->requires = 2011120511; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'filter_wiris';