diff --git a/CHANGES.txt b/CHANGES.txt index 74df387..a163ffa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,8 @@ Change List ========= +Version 3.1.78 (Build 2024042300) + - Added logging to taskrunner, and created a 3 minute window before trashing ad hoc tasks that fail. To give task runner a chance at them. + Version 3.1.77 (Build 2024041900) - Fixed accordian active param so active accordian item can be set, or all closed diff --git a/version.php b/version.php index 65fae0e..81c5011 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024041900; +$plugin->version = 2024042300; $plugin->requires = 2016052300;//moodle 3.1.0 $plugin->component = 'filter_poodll'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.1.77 (Build 2024041900)'; \ No newline at end of file +$plugin->release = '3.1.78 (Build 2024042300)'; \ No newline at end of file