We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28861c commit d63e509Copy full SHA for d63e509
1 file changed
version.php
@@ -24,9 +24,9 @@
24
25
defined('MOODLE_INTERNAL') || die;
26
27
-$plugin->version = 2024121300;
+$plugin->version = 2025102700;
28
$plugin->requires = 2023100900;
29
$plugin->component = 'block_massaction';
30
$plugin->maturity = MATURITY_STABLE;
31
-$plugin->release = 'v7.4.1';
32
-$plugin->supported = [404, 405];
+$plugin->release = 'v7.5.1';
+$plugin->supported = [500, 501];
0 commit comments