From 50e6cac1f24e4e82f9ee7e976a2c219815f091d5 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Mon, 28 Oct 2024 21:16:57 +0100 Subject: [PATCH] Release v4.3-r3 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0751312..0dc0643 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_coursedates Changes ------- -### Unreleased +### v4.3-r3 * 2024-10-28 - Improvement: Use get_string() instead of lang_string class in index.php diff --git a/version.php b/version.php index d013366..646178b 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_coursefields'; -$plugin->version = 2023102001; -$plugin->release = 'v4.3-r2'; +$plugin->version = 2023102002; +$plugin->release = 'v4.3-r3'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;