From 4664f2e547a953033fef0db0a8ec5c464b2281cb Mon Sep 17 00:00:00 2001 From: Magdalena Holczik Date: Tue, 3 Dec 2024 14:45:23 +0100 Subject: [PATCH] Version 8.8.4 (2024120300) --- CHANGES.md | 8 ++++++++ version.php | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 13f5cc718..9e07dc306 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +## Version 8.8.4 (2024120300) +* Improvement: Add type=imageleft (or imageright) to shortcode 'courselist' to show header images. +* Improvement: Campaigns allow multiple profile fields +* Improvement: Set relative cancellation dates until midnight of selected day +* Improvement: Format string on changes values from customfields +* Bugfix: Apply campaigns correctly for users not logged in. +* Bugfix: check userprofilefield doesn't break view for users not logged in + ## Version 8.8.3 (2024112800) * New feature: List views with header image on left or right side. (#233) * Improvement: Pass template data via Wunderbyte table. (#233) diff --git a/version.php b/version.php index 2d316cb71..dafa92249 100755 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024120200; +$plugin->version = 2024120300; $plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1. -$plugin->release = '8.8.3'; +$plugin->release = '8.8.4'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'mod_booking'; $plugin->supported = [401, 405];