. /** * Scheduled allocator that internally executes the random one * * @package workshopallocation_scheduled * @subpackage mod_workshop * @copyright 2012 David Mudrak * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'workshopallocation_scheduled'; $plugin->version = 2023100900; $plugin->requires = 2023100400; $plugin->dependencies = [ 'workshopallocation_random' => 2023100400, ]; $plugin->maturity = MATURITY_STABLE;