Code style tweaks

This commit is contained in:
PMKuipers 2023-08-26 16:51:35 +02:00
parent 974b3923bd
commit ecd47829e1
4 changed files with 8 additions and 9 deletions

View File

@ -27,11 +27,10 @@ $plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for M
$plugin->release = "1.0.0"; $plugin->release = "1.0.0";
$plugin->maturity = MATURITY_RC; $plugin->maturity = MATURITY_RC;
// Supported from Moodle 3.11 to 4.1 (4.2 not yet tested)/
// Supported from Moodle 3.11 to 4.1 (4.2 not yet tested).
$plugin->supported = [ 311, 401 ]; $plugin->supported = [ 311, 401 ];
$plugin->dependencies = [ $plugin->dependencies = [
'theme_boost' => 2019052000, 'theme_boost' => 2019052000,
]; ];