From dd4d616f24072613c3f097497fb38bd32f41ab50 Mon Sep 17 00:00:00 2001 From: Carla Lara <60604864+carla-at-wiris@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:36:47 +0100 Subject: [PATCH] build: publish #8.8.3 --- CHANGES.md | 2 +- version.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a32519a..f38f1c8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,7 @@ 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 (4 nov. 2024). +The latest release of this plugin is v8.8.3 (30 jan. 2025). ## v8.8.1 - 4 nov. 2024 - fix: LaTeX formulas not being rendered with PHP Render Type. diff --git a/version.php b/version.php index f0f8011..3cabe34 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2025010900; -$plugin->release = '8.8.2'; +$plugin->version = 2025013000; +$plugin->release = '8.8.3'; $plugin->requires = 2014050800; $plugin->component = 'atto_wiris'; -$plugin->dependencies = ['filter_wiris' => 2025010900]; +$plugin->dependencies = ['filter_wiris' => 2025013000]; $plugin->maturity = MATURITY_STABLE;