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 301c23a commit 6282013Copy full SHA for 6282013
version.php
@@ -25,9 +25,9 @@
25
26
defined('MOODLE_INTERNAL') || die();
27
28
-$plugin->version = 2024112700; // The current plugin version (Date: YYYYMMDDXX).
+$plugin->version = 2024112701; // 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.3-rc1';
+$plugin->release = 'v4.5.3-rc2';
33
$plugin->dependencies = ['format_topics' => 2022041900];
0 commit comments