We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cbc9f commit e9f4385Copy full SHA for e9f4385
version.php
@@ -23,8 +23,9 @@
23
*/
24
defined('MOODLE_INTERNAL') || die();
25
26
-$plugin->version = 2023092200;
27
-$plugin->release = 2023092200;
+$plugin->version = 2024042200;
+$plugin->release = 2024042200;
28
$plugin->requires = 2022112805; // Requires 4.1 or higher.
29
$plugin->component = 'mod_dialogue'; // Full name of the plugin (used for diagnostics).
30
$plugin->maturity = MATURITY_STABLE; // This version's maturity level.
31
+$plugin->supported = [401, 404];
0 commit comments