. /** * Version information for qbank_history. * * @package qbank_history * @copyright 2022 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_history'; $plugin->version = 2024042200; $plugin->requires = 2024041600; $plugin->maturity = MATURITY_STABLE;