From 96c6527f593b893ec40ed4376277783f68738f18 Mon Sep 17 00:00:00 2001 From: Abhishek Kushwah Date: Tue, 17 Oct 2023 12:14:53 +0530 Subject: [PATCH] Updating version [4.1.4] and changes.txt file --- changes.txt | 4 ++++ version.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index 7c359f6..d0dab2b 100644 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,9 @@ CHANGES LOG +Version 4.1.4 +============= +Feature - Compatibility with Moodle 4.3. + Version 4.1.3 =============. Tweak - UI improvements. diff --git a/version.php b/version.php index 0eb4cb8..332004a 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023053003; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = '4.1.3'; +$plugin->version = 2023101700; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = '4.1.4'; $plugin->requires = 2022041900; // Requires this Moodle version (Moodle V4.0). $plugin->maturity = MATURITY_STABLE; $plugin->component = 'format_remuiformat'; // Full name of the plugin (used for diagnostics).