From 1562d3781d2aba6f37dc44bd2655655212f48d7a Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Thu, 12 Dec 2024 17:12:20 +0100 Subject: [PATCH] Version 8.9.0 (2024121200) --- CHANGES.md | 8 ++++++++ version.php | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a3893af76..62ee97f87 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +## Version 8.9.0 (2024121200) +* Improvement: Possibility to turn off prices for not logged in users #762. +* Improvement: Empty tabs (#709). +* Bugfix: Make campaigns backwards compatible (Wunderbyte-GmbH/Wunderbyte-GmbH#279). +* Bugfix: Correctly check overlapping for combination of two dates and one date (#757). +* Test: Fix custom behat step to use proper identificators. +* Test: New behat Scenario: Booking option: waiting list with prices (#457). + ## Version 8.8.9 (2024121000) * Improvement: Extend tests for campaign * Bugfix: Pricedisplay with unknown identifier diff --git a/version.php b/version.php index 9986622f0..33a2cf160 100755 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024121102; +$plugin->version = 2024121200; $plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1. -$plugin->release = '8.8.9'; +$plugin->release = '8.9.0'; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'mod_booking'; $plugin->supported = [401, 405];