From 943d126014b73520a1d7ec03071d807e0929aed5 Mon Sep 17 00:00:00 2001 From: carla-at-wiris Date: Mon, 4 Nov 2024 13:41:41 +0100 Subject: [PATCH] build: publish #8.8.1 --- CHANGES.md | 6 +++++- version.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e899f50..d925f40 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.0 (7 oct. 2024). +The latest release of this plugin is v8.8.1 (4 nov. 2024). + +## v8.8.1 - 4 nov. 2024 + +- fix: LaTeX formulas not being rendered with PHP Render Type. ## v8.8.0 - 7 oct. 2024 - test: Improve test coverage for 4.5 diff --git a/version.php b/version.php index cdd4c37..12ba33c 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024100700; -$plugin->release = '8.8.0'; +$plugin->version = 2024110400; +$plugin->release = '8.8.1'; $plugin->requires = 2011120511; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'filter_wiris';