diff --git a/version.php b/version.php index ace9ab5..3d191e2 100644 --- a/version.php +++ b/version.php @@ -24,9 +24,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020120301; -$plugin->release = "2020120301 for Moodle 4.0+"; -$plugin->requires = 2017051500; +$plugin->version = 2024093000; +$plugin->release = "2024093000"; +$plugin->requires = 2024092700; // Requires 4.5. $plugin->component = 'tool_forcedcache'; // Full name of the plugin (used for diagnostics). -$plugin->maturity = MATURITY_ALPHA; -$plugin->supported = [400, 402]; +$plugin->maturity = MATURITY_STABLE; +$plugin->supported = [405, 405];