File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2525
2626defined ('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 ];
You can’t perform that action at this time.
0 commit comments