From 8c1c1c2e7bf229500885617a82609051b210f03d Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Thu, 11 Apr 2024 14:28:53 +0200 Subject: [PATCH] Version 8.2.4 (2024041100) --- CHANGES.md | 7 +++++++ version.php | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 10f7e53fd..ab0394050 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +## Version 8.2.4 (2024041100) +* Improvement: Migrate placeholders in message controller to new placeholder classes. +* Improvement: Separate string params from placeholder param {changes}. +* Bugfix: Profile picture is destroyed by format_text so do not use it in placeholders_info but only directly where we need it. +* Bugfix: Try to fix strings for AMOS. +* Bugfix: Add missing !empty check for datafromevent property. + ## Version 8.2.3 (2024041000) * New feature: Show attachments right within booking options. * New feature: New setting to also duplicate Moodle course when a booking option gets duplicated. diff --git a/version.php b/version.php index 99816198b..62e9b6567 100755 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024041000; +$plugin->version = 2024041100; $plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1. -$plugin->release = '8.2.3'; +$plugin->release = '8.2.4'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'mod_booking'; $plugin->dependencies = [