. /** * Plugin version and other meta-data are defined here. * * @package tool_brickfield * @copyright 2020 Brickfield Education Labs, https://www.brickfield.ie - Author: Karen Holland * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_brickfield'; $plugin->version = 2024042200; $plugin->requires = 2024041600;