Code style tweaks
This commit is contained in:
parent
974b3923bd
commit
ecd47829e1
|
@ -27,11 +27,10 @@ $plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for M
|
|||
|
||||
$plugin->release = "1.0.0";
|
||||
$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->dependencies = [
|
||||
'theme_boost' => 2019052000,
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user