Skip to content

Commit df6f480

Browse files
Version 3.1.2 (2026032600)
1 parent f32f17b commit df6f480

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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.

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('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];

0 commit comments

Comments
 (0)