From cce2a69b66b656031625486e4e05c890d0e9f289 Mon Sep 17 00:00:00 2001 From: Magdalena Holczik Date: Wed, 4 Dec 2024 09:48:44 +0100 Subject: [PATCH] Version 8.8.5 (2024120400) --- CHANGES.md | 7 +++++++ version.php | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9e07dc306..d86a9d763 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +## Version 8.8.5 (2024120400) +* Improvement: Nav tabs for mobile view +* Bugfix: Prevent booking rules from being sent on inactive configuration +* Bugfix: No price if fallback for default price is off +* Bugfix: Notification list only for logged in users & display price +* Bugfix: Several fixes for self-learning courses + ## Version 8.8.4 (2024120300) * Improvement: Add type=imageleft (or imageright) to shortcode 'courselist' to show header images. * Improvement: Campaigns allow multiple profile fields diff --git a/version.php b/version.php index dafa92249..04ca56ea9 100755 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024120300; +$plugin->version = 2024120400; $plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1. -$plugin->release = '8.8.4'; +$plugin->release = '8.8.5'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'mod_booking'; $plugin->supported = [401, 405];