From f9b2e4654835dfdda845bfa27de2de93c0341653 Mon Sep 17 00:00:00 2001 From: james-cnz <5689414+james-cnz@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:46:31 +1300 Subject: [PATCH] v4.5.0-rc1 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 40e443a..f8c84f0 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024080101; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2024102100; // 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_STABLE; -$plugin->release = 'v4.4.3'; +$plugin->maturity = MATURITY_RC; +$plugin->release = 'v4.5.0-rc1'; $plugin->dependencies = ['format_topics' => 2022041900];