From c0af398babc1a1052024bc354e7efc304231ef4b Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 8 May 2024 15:54:53 -0500 Subject: [PATCH] update plugin headers Co-Authored-By: Kaspars Dambis --- two-factor.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/two-factor.php b/two-factor.php index 9be1f840..ea278280 100644 --- a/two-factor.php +++ b/two-factor.php @@ -10,14 +10,16 @@ * @wordpress-plugin * Plugin Name: Two Factor * Plugin URI: https://wordpress.org/plugins/two-factor/ - * Description: wo-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F), email and backup verification codes. - * Author: Plugin Contributors + * Description: Two-Factor Authentication using time-based one-time passwords (TOTP), Universal 2nd Factor (FIDO U2F), email, and backup verification codes. * Version: 0.9.1 - * Author URI: https://github.com/wordpress/two-factor/graphs/contributors - * Network: True - * Text Domain: two-factor * Requires at least: 4.6 * Requires PHP: 5.6 + * Author: Plugin Contributors + * Author URI: https://github.com/wordpress/two-factor/graphs/contributors + * License: GPL-2.0-or-later + * License URI: https://spdx.org/licenses/GPL-2.0-or-later.html + * Text Domain: two-factor + * Network: True */ /**