MDL-83309 mod_subsection: Remove $plugin->release

* Release names ($plugin->release) are only for non-core plugins
This commit is contained in:
Jun Pataleta 2024-10-02 17:18:28 +08:00
parent 5c09d2c905
commit 7f0b254022
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7

View File

@ -25,7 +25,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'mod_subsection';
$plugin->release = '0.1.0';
$plugin->version = 2024100700;
$plugin->requires = 2024100100;
$plugin->maturity = MATURITY_BETA;