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