From 37131c72e7834077a2f609194975538a40311dfd Mon Sep 17 00:00:00 2001 From: Raja Lmsace Date: Thu, 19 Oct 2023 10:04:04 +0530 Subject: [PATCH] Version updated. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index eb8aa84..e8bb787 100644 --- a/version.php +++ b/version.php @@ -24,9 +24,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023101800; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2023101900; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2020061500; // Requires this Moodle version. $plugin->component = 'format_designer'; // Full name of the plugin (used for diagnostics). -$plugin->release = 'Version 1.4'; +$plugin->release = 'Version 1.5'; $plugin->supported = [400, 401]; $plugin->maturity = MATURITY_STABLE;