MDL-67228 tool: Set tool_replace maturity

The tool_replace has been in core for ages and, at this point, it
seems safe to set maturity from ALPHA to STABLE.
This commit is contained in:
Sara Arjona 2021-08-16 17:08:29 +02:00
parent 1464843a25
commit 4a4e452fa9

View File

@ -25,8 +25,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2021052500; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2021081600; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2021052500; // Requires this Moodle version.
$plugin->component = 'tool_replace'; // Full name of the plugin (used for diagnostics)
$plugin->maturity = MATURITY_ALPHA; // this version's maturity level