diff --git a/version.php b/version.php index bdba10f..c116821 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,9 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023092200; -$plugin->release = 2023092200; +$plugin->version = 2024042200; +$plugin->release = 2024042200; $plugin->requires = 2022112805; // Requires 4.1 or higher. $plugin->component = 'mod_dialogue'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE; // This version's maturity level. +$plugin->supported = [401, 404];