From c8431b6a368fdafde550cbe01c45bab4a7b10b5b Mon Sep 17 00:00:00 2001 From: Andreas Schenkel Date: Mon, 14 Oct 2024 19:27:18 +0200 Subject: [PATCH] githubaction issues --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 7fe880f..8d202bd 100644 --- a/version.php +++ b/version.php @@ -27,6 +27,6 @@ $plugin->maturity = MATURITY_STABLE; $plugin->version = 2024101400; $plugin->component = 'block_overviewmyrolesincourses'; -$plugin->requires = 2022041901.00; // Moodle 4.0.1 -$plugin->supported = [401, 405,]; // Only tested for 4.0.1 and 4.0.5 +$plugin->requires = 2022041901.00; // Moodle 4.0.1. +$plugin->supported = [401, 405]; // Only tested for 4.0.1 and 4.0.5. $plugin->release = 'v1.5.2';