. /** * Plugin version and other meta-data are defined here. * * @package mod_subsection * @copyright 2023 Amaia Anabitarte * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_subsection'; $plugin->version = 2024100700; $plugin->requires = 2024100100; $plugin->maturity = MATURITY_BETA;