Skip to content

Commit e9f4385

Browse files
authored
Update version.php
1 parent 55cbc9f commit e9f4385

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

version.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
*/
2424
defined('MOODLE_INTERNAL') || die();
2525

26-
$plugin->version = 2023092200;
27-
$plugin->release = 2023092200;
26+
$plugin->version = 2024042200;
27+
$plugin->release = 2024042200;
2828
$plugin->requires = 2022112805; // Requires 4.1 or higher.
2929
$plugin->component = 'mod_dialogue'; // Full name of the plugin (used for diagnostics).
3030
$plugin->maturity = MATURITY_STABLE; // This version's maturity level.
31+
$plugin->supported = [401, 404];

0 commit comments

Comments
 (0)