mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-29509 fix maturity flag
This commit is contained in:
parent
dd51f9b1c5
commit
5e8cc8462b
@ -29,4 +29,4 @@ $plugin->version = 2011092500; // The current plugin version (Date: YYYYMMDDXX
|
||||
$plugin->requires = 2011092100; // Requires this Moodle version
|
||||
$plugin->component = 'tool_generator'; // Full name of the plugin (used for diagnostics)
|
||||
|
||||
$maturity = MATURITY_ALPHA; // this version's maturity level
|
||||
$plugin->maturity = MATURITY_ALPHA; // this version's maturity level
|
||||
|
@ -29,4 +29,4 @@ $plugin->version = 2011092500; // The current plugin version (Date: YYYYMMDDXX
|
||||
$plugin->requires = 2011092100; // Requires this Moodle version
|
||||
$plugin->component = 'tool_health'; // Full name of the plugin (used for diagnostics)
|
||||
|
||||
$maturity = MATURITY_ALPHA; // this version's maturity level
|
||||
$plugin->maturity = MATURITY_ALPHA; // this version's maturity level
|
||||
|
@ -29,4 +29,4 @@ $plugin->version = 2011092500; // The current plugin version (Date: YYYYMMDDXX
|
||||
$plugin->requires = 2011092100; // Requires this Moodle version
|
||||
$plugin->component = 'tool_replace'; // Full name of the plugin (used for diagnostics)
|
||||
|
||||
$maturity = MATURITY_ALPHA; // this version's maturity level
|
||||
$plugin->maturity = MATURITY_ALPHA; // this version's maturity level
|
||||
|
Loading…
x
Reference in New Issue
Block a user