diff --git a/CHANGES.md b/CHANGES.md index c60dc00..2762226 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.7.0 (23 apr. 2024). +The latest release of this plugin is v8.8.0 (7 oct. 2024). + +## v8.8.0 - 7 oct. 2024 +- test: Improve test coverage for 4.5 +- feat: Add compatibility with Moodle 4.5. ## v8.7.1 - 27 aug. 2024 - test: Improve and add test coverage. diff --git a/version.php b/version.php index 68497c6..85b2718 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024082700; -$plugin->release = '8.7.1'; +$plugin->version = 2024100700; +$plugin->release = '8.8.0'; $plugin->requires = 2014050800; $plugin->component = 'atto_wiris'; -$plugin->dependencies = ['filter_wiris' => 2024082700]; +$plugin->dependencies = ['filter_wiris' => 2024100700]; $plugin->maturity = MATURITY_STABLE;