Skip to content

Commit

Permalink
Version 2.0.31 (2024112800)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibernhardf committed Nov 28, 2024
1 parent f108c5a commit 26f4194
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 2.0.31 (2024112800)
* New feature: Add possibility to pass any template data.
* Bugfix: Correct id for filter checkbox & label.
* Bugfix: "Cannot read properties of null (reading 'childNodes')" JS error.
* Bugfix: Grunt JS.

## Version 2.0.30 (2024112500)
* Improvement: Add support for Moodle 4.5.
* Bugfix: Correctly update URL from search (#67).
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'local_wunderbyte_table';
$plugin->release = '2.0.30';
$plugin->version = 2024112500;
$plugin->release = '2.0.31';
$plugin->version = 2024112800;
$plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1.
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [401, 405];

0 comments on commit 26f4194

Please sign in to comment.