diff --git a/version.php b/version.php index 0eed049..22a6896 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024051600; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2024051601; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2022041900; // Requires this Moodle version. $plugin->component = 'format_multitopic'; // Full name of the plugin (used for diagnostics). // CHANGED: format name. -$plugin->maturity = MATURITY_RC; -$plugin->release = 'v4.4.1-rc1'; +$plugin->maturity = MATURITY_STABLE; +$plugin->release = 'v4.4.1'; $plugin->dependencies = ['format_topics' => 2022041900];