. /** * Tiny equation plugin version details. * * @package tiny_equation * @copyright 2022 Huong Nguyen * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2025012300; $plugin->requires = 2024100100; $plugin->component = 'tiny_equation';