From 959a87b3e138d06ff137456ab8f2663a95d20efe Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 10 Apr 2024 17:16:26 +0200 Subject: [PATCH] Bump to 2024041000 (v5.0.5) - Fools plus 9 --- CHANGES.md | 10 +++++++++- version.php | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c3e5e1f9..74736bee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,12 @@ -Changes in version 5.0.4 (20230126) - Depend-a-bot +Changes in version 5.0.5 (20240410) - Fools plus 9 +-------------------------------------------------- +- Bundled dependencies updated: + - Moodle CS v3.4.6 + - PHP Compatibility e5cd2e24 + - PHP CodeSniffer 3.9.1 + - PHPCS Utils 1.0.10 + +Changes in version 5.0.4 (20240126) - Depend-a-bot -------------------------------------------------- - First steps towards managing dependencies automatically with Dependabot. - Bundled dependencies updated: diff --git a/version.php b/version.php index dd817e70..c243806f 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2024012600; -$plugin->release = '5.0.4'; +$plugin->version = 2024041000; +$plugin->release = '5.0.5'; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2019111803; // Moodle 3.8.3 release and upwards (first one supporting PHP 7.4). $plugin->component = 'local_codechecker';