. /** * Version information for qbank_deletequestion. * * @package qbank_deletequestion * @copyright 2021 Catalyst IT Australia Pty Ltd * @author Safat Shahin * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qbank_deletequestion'; $plugin->version = 2023042400; $plugin->requires = 2023041800; $plugin->maturity = MATURITY_STABLE;