. /** * Tiny text editor H5P Plugin version file. * * @package tiny_h5p * @copyright 2022 Andrew Lyons * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2023100900; $plugin->requires = 2023100400; $plugin->component = 'tiny_h5p';