From 26f41949ac7366e83809f5e6207fca489abde5f1 Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Thu, 28 Nov 2024 10:06:44 +0100 Subject: [PATCH] Version 2.0.31 (2024112800) --- CHANGES.md | 6 ++++++ version.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b03df95..c010272 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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). diff --git a/version.php b/version.php index f4f73d1..94b9756 100644 --- a/version.php +++ b/version.php @@ -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];