Skip to content

Commit 22079c3

Browse files
Version 9.0.8 (2026012000)
# Conflicts: # version.php
1 parent fb815eb commit 22079c3

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Version 9.0.8 (2026012000)
2+
* Improvement: Better wording for visibility.
3+
* Improvement: added typefilter to mybookings Wunderbyte-GmbH/Wunderbyte.
4+
* Improvement: Setting to send messages for invisible options.
5+
* Improvement: Add placeholder optionid.
6+
* Improvement: Add placeholder type to get bo type 0 normal, 1 selflearning.
7+
* Improvement: Missing Placeholders do not send mails (Wunderbyte-GmbH/Wunderbyte).
8+
* Bugfix: Reverted logic for sending messages of invisible option setting.
9+
* Bugfix: Allow external pollurls with placeholders.
10+
* Bugfix: Empty cmid does not lead blocking site.
11+
112
## Version 9.0.7 (2026011600)
213
* Improvement: Implement field controllers for customfield placeholders to support more field types (e.g. multiselect dynamic dropdown).
314
* Improvement: Optionstoconfirm reduced now show coursestarttime

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525

2626
defined('MOODLE_INTERNAL') || die();
2727

28-
$plugin->version = 2026011604;
28+
$plugin->version = 2026012000;
2929
$plugin->requires = 2024100700; // Requires this Moodle version. Current: Moodle 4.5.
30-
$plugin->release = '9.0.7';
30+
$plugin->release = '9.0.8';
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->component = 'mod_booking';
3333
$plugin->supported = [405, 501];

0 commit comments

Comments
 (0)