diff --git a/lbplanner/version.php b/lbplanner/version.php index b251f7e7..de0c94bd 100644 --- a/lbplanner/version.php +++ b/lbplanner/version.php @@ -24,11 +24,11 @@ defined('MOODLE_INTERNAL') || die(); -$release = '1.0.0'; - +$plugin->requires = 2024042205.00; // Require Moodle >=4.4.5. +$plugin->maturity = MATURITY_BETA; $plugin->component = 'local_lbplanner'; -$plugin->release = 'Beta v.'.$release; -$plugin->version = 202502110011; +$plugin->release = '1.0.1'; +$plugin->version = 202502130000; $plugin->dependencies = [ // Depend upon version 2023110600 of local_modcustomfields. 'local_modcustomfields' => 2023110600,