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