. /** * Plugin version and other meta-data are defined here. * * @package qbank_exportquestions * @copyright 2021 Catalyst IT Australia Pty Ltd * @author Guillermo Gomez Arias * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qbank_exportquestions'; $plugin->version = 2023042400; $plugin->requires = 2023041800; $plugin->maturity = MATURITY_STABLE;