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 f67a5d7 commit 1bcbafeCopy full SHA for 1bcbafe
version.php
@@ -25,9 +25,9 @@
25
26
defined('MOODLE_INTERNAL') || die();
27
28
-$plugin->version = 2025092601; // The current plugin version (Date: YYYYMMDDXX).
+$plugin->version = 2025092602; // The current plugin version (Date: YYYYMMDDXX).
29
$plugin->requires = 2025041400; // 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 = 'v5.0.0-rc2';
+$plugin->maturity = MATURITY_STABLE;
+$plugin->release = 'v5.0.0';
33
$plugin->dependencies = ['format_topics' => 2025041400];
0 commit comments