From 86f5004ebb1b76174704666968417f11e5e61956 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 31 May 2024 19:00:03 +0200 Subject: [PATCH] Bump to 2024053100 (v5.0.6) - Bye May! --- CHANGES.md | 8 ++++++++ version.php | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 74736bee..042dfe95 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +Changes in version 5.0.6 (20240531) - Bye, May! +----------------------------------------------- +- Bundled dependencies updated: + - Moodle CS v3.4.7 + - PHP Compatibility 96072c30 + - PHP CodeSniffer 3.10.1 + - PHPCS Utils 1.0.12 + Changes in version 5.0.5 (20240410) - Fools plus 9 -------------------------------------------------- - Bundled dependencies updated: diff --git a/version.php b/version.php index c243806f..a1e61c64 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2024041000; -$plugin->release = '5.0.5'; +$plugin->version = 2024053100; +$plugin->release = '5.0.6'; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2019111803; // Moodle 3.8.3 release and upwards (first one supporting PHP 7.4). $plugin->component = 'local_codechecker';