. /** * 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->version = 2025041400; $plugin->requires = 2025040800; $plugin->maturity = MATURITY_STABLE;