From 833ca841b7f1ebb040ade201b6b90b9a0e475d23 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 14 Jun 2024 18:05:23 +0200 Subject: [PATCH] Bump to 2024061400 (v5.0.7) - It's a small world --- CHANGES.md | 5 +++++ version.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 042dfe95..711f8224 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +Changes in version 5.0.7 (20240614) - It's a small world +-------------------------------------------------------- +- Bundled dependencies updated: + - Moodle CS v3.4.8 + Changes in version 5.0.6 (20240531) - Bye, May! ----------------------------------------------- - Bundled dependencies updated: diff --git a/version.php b/version.php index a1e61c64..e55bb685 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2024053100; -$plugin->release = '5.0.6'; +$plugin->version = 2024061400; +$plugin->release = '5.0.7'; $plugin->maturity = MATURITY_STABLE; $plugin->requires = 2019111803; // Moodle 3.8.3 release and upwards (first one supporting PHP 7.4). $plugin->component = 'local_codechecker';