. /** * Version information for communication_customlink. * * @package communication_customlink * @copyright 2023 Michael Hawkins * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'communication_customlink'; $plugin->version = 2024042200; $plugin->requires = 2024041600; $plugin->maturity = MATURITY_ALPHA;