From ba5668df2d4dea3cde44fb28d9d7295e4a2d78be Mon Sep 17 00:00:00 2001 From: Justin Hunt Date: Tue, 23 Apr 2024 16:14:56 +0900 Subject: [PATCH] version bump --- CHANGES.txt | 3 +++ version.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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