From dc370f0ae4bc61dfe57759b7bbfa43ea19ee0783 Mon Sep 17 00:00:00 2001 From: Stephan Robotta Date: Fri, 13 Dec 2024 11:51:38 +0100 Subject: [PATCH] Prepare release 4.5-r1. --- README.md | 31 +++++++++++++++++++++++++++++++ version.php | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9599783..3d3ac0e 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,34 @@ to complete the installation from the command line. ## verbalfeedback https://github.com/bfh/moodle-mod_verbalfeedback + +## Version history + +The versioning of this plugin follows roughly the pattern: X.Y-rZ where X.Y is +the latest suppored Moodle version and Z is an incresing number for newer versions +of the plugin whithin the same Moodle version. + +### v4.5-r1 + +- Major refactoring to circumvent memory issues with many instances. +- Adaptions in code for Moodle 4.5 + +### v4.4-r1 + +### v4.3-r1 + +- Support PHP 8.2 and Moodle 4.3. + +### v4.1-r1 + +- Support PHP 8.1 and Moodle 4.1. + +### v4.0-r2 + +- Add Basque and Spanish to the default template (thanks to IƱigo Zendegi Urzelai) + +### v1.0.1 + +### v1.0.0 + +- Initial release diff --git a/version.php b/version.php index 60663b5..57f4f43 100644 --- a/version.php +++ b/version.php @@ -30,4 +30,4 @@ $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->supported = [401, 405]; -$plugin->release = 'v4.4-r3'; +$plugin->release = 'v4.5-r1';