We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441900d commit 7c74844Copy full SHA for 7c74844
version.php
@@ -23,9 +23,9 @@
23
*/
24
defined('MOODLE_INTERNAL') || die();
25
26
-$plugin->version = 2024120900;
27
-$plugin->release = 2024120900;
+$plugin->version = 2025012000;
+$plugin->release = 2025012000;
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];
+$plugin->supported = [401, 405];
0 commit comments