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.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).
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.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 ];
You can’t perform that action at this time.
0 commit comments