. /** * Plugin version and other meta-data are defined here. * * @package factor_webauthn * @author Alex Morris version = 2023100900; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2023100400; // Requires this Moodle version. $plugin->component = 'factor_webauthn'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE;