From 2732eed3d481b606306c96a179a718c6e9a7c4b2 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 3 Jul 2025 17:40:51 +0300 Subject: [PATCH 1/7] Bump the version --- two-factor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/two-factor.php b/two-factor.php index 27617466..6e0696c4 100644 --- a/two-factor.php +++ b/two-factor.php @@ -11,8 +11,8 @@ * Plugin Name: Two Factor * Plugin URI: https://wordpress.org/plugins/two-factor/ * Description: Enable Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F, YubiKey), email, and backup verification codes. - * Version: 0.13.0 * Requires at least: 6.7 + * Version: 0.14.0 * Requires PHP: 7.2 * Author: WordPress.org Contributors * Author URI: https://github.com/wordpress/two-factor/graphs/contributors From 13b2721ad902e4a8d585fbce4bea68b0afa99b52 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 3 Jul 2025 17:41:02 +0300 Subject: [PATCH 2/7] Tested with latest WP --- two-factor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/two-factor.php b/two-factor.php index 6e0696c4..3b8c4549 100644 --- a/two-factor.php +++ b/two-factor.php @@ -11,8 +11,8 @@ * Plugin Name: Two Factor * Plugin URI: https://wordpress.org/plugins/two-factor/ * Description: Enable Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F, YubiKey), email, and backup verification codes. - * Requires at least: 6.7 * Version: 0.14.0 + * Requires at least: 6.8 * Requires PHP: 7.2 * Author: WordPress.org Contributors * Author URI: https://github.com/wordpress/two-factor/graphs/contributors From 82e36d64b3137b22e26d32ddd1745b2acae6554d Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 3 Jul 2025 17:41:20 +0300 Subject: [PATCH 3/7] Ensure scripts are refreshed --- two-factor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/two-factor.php b/two-factor.php index 3b8c4549..14fc7739 100644 --- a/two-factor.php +++ b/two-factor.php @@ -30,7 +30,7 @@ /** * Version of the plugin. */ -define( 'TWO_FACTOR_VERSION', '0.13.0' ); +define( 'TWO_FACTOR_VERSION', '0.14.0' ); /** * Include the base class here, so that other plugins can also extend it. From 7ec8998ed48329297ed33c1c4b78751a34f24d3a Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 3 Jul 2025 17:50:05 +0300 Subject: [PATCH 4/7] Bump version --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 34310ae7..708081b9 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: georgestephanis, valendesigns, stevenkword, extendwings, sgrant, aaroncampbell, johnbillion, stevegrunwell, netweb, kasparsd, alihusnainarshad, passoniate Tags: 2fa, mfa, totp, authentication, security Tested up to: 6.7 -Stable tag: 0.13.0 +Stable tag: 0.14.0 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html From b399faf6da092d3d79bfc2ce966437f390586681 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 3 Jul 2025 17:50:17 +0300 Subject: [PATCH 5/7] Sync tested with plugin file meta --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 708081b9..94d7a59b 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Two-Factor === Contributors: georgestephanis, valendesigns, stevenkword, extendwings, sgrant, aaroncampbell, johnbillion, stevegrunwell, netweb, kasparsd, alihusnainarshad, passoniate Tags: 2fa, mfa, totp, authentication, security -Tested up to: 6.7 +Tested up to: 6.8 Stable tag: 0.14.0 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html From 38b6a5517b119cbee9822da0798b8c8870ca75af Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 3 Jul 2025 17:55:20 +0300 Subject: [PATCH 6/7] Document all screenshots --- readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 94d7a59b..6ea38e09 100644 --- a/readme.txt +++ b/readme.txt @@ -52,7 +52,9 @@ To report a security issue, please visit the [WordPress HackerOne](https://hacke 1. Two-factor options under User Profile. 2. U2F Security Keys section under User Profile. -3. Email Code Authentication during WordPress Login. +3. Login with authentication app code. +4. Login with recovery code. +5. Login with email code. == Changelog == From 168bc8cd4bf239129ae3289d68139a2c0ec8d121 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 3 Jul 2025 18:01:25 +0300 Subject: [PATCH 7/7] Revert "Tested with latest WP" This reverts commit 13b2721ad902e4a8d585fbce4bea68b0afa99b52. --- two-factor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/two-factor.php b/two-factor.php index 14fc7739..85e061b0 100644 --- a/two-factor.php +++ b/two-factor.php @@ -11,8 +11,8 @@ * Plugin Name: Two Factor * Plugin URI: https://wordpress.org/plugins/two-factor/ * Description: Enable Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F, YubiKey), email, and backup verification codes. + * Requires at least: 6.7 * Version: 0.14.0 - * Requires at least: 6.8 * Requires PHP: 7.2 * Author: WordPress.org Contributors * Author URI: https://github.com/wordpress/two-factor/graphs/contributors