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