We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361b410 commit 32208d7Copy full SHA for 32208d7
1 file changed
version.php
@@ -24,7 +24,7 @@
24
defined('MOODLE_INTERNAL') || die();
25
26
$plugin->component = 'block_course_modulenavigation';
27
-$plugin->release = 'v4.6';
+$plugin->release = 'v4.6.1';
28
$plugin->version = 2022121300;
29
-$plugin->requires = 2022041905; // Moodle 3.5 and above.
+$plugin->requires = 2022041905; // Moodle 4.0.5 and above.
30
$plugin->maturity = MATURITY_STABLE;
0 commit comments