We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb80228 commit 806f193Copy full SHA for 806f193
version.php
@@ -25,9 +25,9 @@
25
26
defined('MOODLE_INTERNAL') || die();
27
28
-$plugin->version = 2024112500; // The current plugin version (Date: YYYYMMDDXX).
+$plugin->version = 2024112501; // The current plugin version (Date: YYYYMMDDXX).
29
$plugin->requires = 2022041900; // Requires this Moodle version.
30
$plugin->component = 'format_multitopic'; // Full name of the plugin (used for diagnostics). // CHANGED: format name.
31
-$plugin->maturity = MATURITY_RC;
32
-$plugin->release = 'v4.5.1-rc1';
+$plugin->maturity = MATURITY_STABLE;
+$plugin->release = 'v4.5.1';
33
$plugin->dependencies = ['format_topics' => 2022041900];
0 commit comments