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';