From 4a4e452fa91348345351a5d25702cfec8b6a446c Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Mon, 16 Aug 2021 17:08:29 +0200 Subject: [PATCH] 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. --- admin/tool/replace/version.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/admin/tool/replace/version.php b/admin/tool/replace/version.php index af529536fb3..6b8dcda347e 100644 --- a/admin/tool/replace/version.php +++ b/admin/tool/replace/version.php @@ -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