From 545922e04a9ed11c74d8af10ad09637e03f9916d Mon Sep 17 00:00:00 2001 From: justinhunt Date: Thu, 25 Jan 2024 07:10:21 +0000 Subject: [PATCH] version bump --- CHANGES.txt | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index e43a426..e8fcd27 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ Change List ========= -Version 1.4.20(Build 202401xxxx) +Version 1.4.20(Build 2024012500) - Added a try/catch to renderedcontent filter processing Version 1.4.19(Build 2024012400) diff --git a/version.php b/version.php index 806dceb..d9ba1fd 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024012400; // The current plugin version (Date: YYYYMMDDXX) +$plugin->version = 2024012500; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2011070100; // Requires this Moodle version $plugin->component = 'filter_generico'; // Full name of the plugin (used for diagnostics) $plugin->maturity = MATURITY_STABLE; -$plugin->release = 'Version 1.4.19(Build 2024012400)'; +$plugin->release = 'Version 1.4.20(Build 2024012500)';