From 20ac9cdb3659c8a7900afd3306eb670375819e06 Mon Sep 17 00:00:00 2001 From: carla-at-wiris Date: Mon, 4 Nov 2024 14:12:52 +0100 Subject: [PATCH] build: publish #8.8.1 --- CHANGES.md | 5 ++++- version.php | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2762226..a32519a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,10 @@ 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.0 (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 85b2718..655f36d 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024100700; -$plugin->release = '8.8.0'; +$plugin->version = 2024110400; +$plugin->release = '8.8.1'; $plugin->requires = 2014050800; $plugin->component = 'atto_wiris'; -$plugin->dependencies = ['filter_wiris' => 2024100700]; +$plugin->dependencies = ['filter_wiris' => 2024110400]; $plugin->maturity = MATURITY_STABLE;