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 3.1.2 (2026032600)
2+ * New feature: Implement date custom field controller.
3+ * Improvement: Get rid of legacy code for moodleversionminfourtwo CSS stylings.
4+ * Improvement: No automatic reload of tables with an open modal.
5+ * Improvement: On browser Back or tab switch WB Tables are always reloaded to reflect an update which happened at a different place.
6+ * Bugfix: Do not reload tables for hidden containers.
7+ * Bugfix: Don't reload all tables when an open bootstrap collapsible is present.
8+ * Bugfix: Also catch null in date field controller.
9+ * Bugfix: catch null customfield values.
10+ * Bugfix: Static singleton needs component and area in keys.
11+ * Bugfix: Fix bug in select (dropdown) custom field controller when nothing is selected.
12+
113## Version 3.1.1 (2026030900)
214* New feature: Introduce new checkbox custom field controller.
315* Improvement: Remove customfields info array functionality as it belongs to mod_booking.
Original file line number Diff line number Diff line change 2525defined ('MOODLE_INTERNAL ' ) || die ();
2626
2727$ plugin ->component = 'local_wunderbyte_table ' ;
28- $ plugin ->release = '3.1.1 ' ;
29- $ plugin ->version = 2026032400 ;
28+ $ plugin ->release = '3.1.2 ' ;
29+ $ plugin ->version = 2026032600 ;
3030$ plugin ->requires = 2024100700 ; // Requires this Moodle version. Current: Moodle 4.5.
3131$ plugin ->maturity = MATURITY_STABLE ;
3232$ plugin ->supported = [405 , 501 ];
You can’t perform that action at this time.
0 commit comments