From b4422b004fe63360eaa73113e537604bd2efd2d6 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 5 Jul 2024 11:00:20 +0200 Subject: [PATCH] Bump to 2024070500 (v5.0.8) - Refreshing summer --- CHANGES.md | 5 +++++ version.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 711f8224..49c0921a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +Changes in version 5.0.8 (20240705) - Refreshing summer +------------------------------------------------------- +- Bundled dependencies updated: + - Moodle CS v3.4.10 + Changes in version 5.0.7 (20240614) - It's a small world -------------------------------------------------------- - Bundled dependencies updated: diff --git a/version.php b/version.php index e55bb685..b7910e49 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2024061400; -$plugin->release = '5.0.7'; +$plugin->version = 2024070500; +$plugin->release = '5.0.8'; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2019111803; // Moodle 3.8.3 release and upwards (first one supporting PHP 7.4). $plugin->component = 'local_codechecker';