From 1e45d341ab2a9f9298c11cf7cb2761eff858fe9f Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 14 Feb 2023 23:12:27 +0100 Subject: [PATCH] Bump to 20230214 (v4.0.3) - Valentine's D --- CHANGES.md | 4 ++++ version.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a46cc30b..6e83d9f3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +Changes in version 4.0.3 (20230214) - Valentine's D +--------------------------------------------------- +- [PR#214](https://github.com/moodlehq/moodle-local_codechecker/pull/214): Update the [moodle-cs](https://github.com/moodlehq/moodle-cs) dependency to [v3.3.2](https://github.com/moodlehq/moodle-cs/releases/tag/v3.3.2). + Changes in version 4.0.2 (20230120) - Comp-at-ibility ----------------------------------------------------- - Various small internal changes: diff --git a/version.php b/version.php index 65f062ad..67b50e44 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2023012000;; -$plugin->release = '4.0.2'; +$plugin->version = 2023021400;; +$plugin->release = '4.0.3'; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2019052000; // Moodle 3.7 release and upwards. $plugin->component = 'local_codechecker';