Skip to content

Commit 09d4ebf

Browse files
Version 3.1.0 (2026022400)
1 parent 6300fb0 commit 09d4ebf

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 3.1.0 (2026022400)
2+
* Bugfix: Fix intrange filter.
3+
* Bugfix: Fix filters when table uses pagination.
4+
15
## Version 3.0.9 (2026021600)
26
* Improvement: More reliable way of cleaning params.
37

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.9';
29-
$plugin->version = 2026021600;
28+
$plugin->release = '3.1.0';
29+
$plugin->version = 2026022400;
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)