. /** * Plugin version and other meta-data are defined here. * * @package tiny_html * @copyright 2023 Matt Porritt * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tiny_html'; $plugin->release = '2023050400'; $plugin->version = 2023063000; $plugin->requires = 2022112800; $plugin->maturity = MATURITY_STABLE;