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 1968235 commit f3a776dCopy full SHA for f3a776d
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'tool_trigger';
28
-$plugin->version = 2024031401;
29
-$plugin->release = 2024031401; // Match release exactly to version.
30
-$plugin->requires = 2021051701;
31
-$plugin->supported = [311, 401];
+$plugin->version = 2024090300;
+$plugin->release = 2024090300; // Match release exactly to version.
+$plugin->requires = 2024042200;
+$plugin->supported = [404, 404];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments