Skip to content

Commit 19c099e

Browse files
committed
Version 3.0.7 (2026020500)
1 parent aebbd40 commit 19c099e

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## Version 3.0.7 (2026020500)
2+
* Bugfix: Make sure all filters work again after sql bugfix
3+
14
## Version 3.0.6 (2026020300)
2-
* Bugfix: Fix theoretical SQL injection bug.
5+
* Bugfix: Fix possible SQL injection bug.
36

47
## Version 3.0.5 (2026011500)
58
* Improvement: Make sure field controllers work with multi-selection in dynamic custom fields and return values (not keys).

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.0.6';
29-
$plugin->version = 2026020300;
28+
$plugin->release = '3.0.7';
29+
$plugin->version = 2026020500;
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)