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)';