From 02b162121e69423f42344ccea883add7bcb320af Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 13 Mar 2026 22:29:05 +0100 Subject: [PATCH 1/3] update new requires at least --- two-factor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/two-factor.php b/two-factor.php index c0f38b17..d6f1c479 100644 --- a/two-factor.php +++ b/two-factor.php @@ -11,7 +11,7 @@ * Plugin Name: Two Factor * Plugin URI: https://wordpress.org/plugins/two-factor/ * Description: Enable Two-Factor Authentication using time-based one-time passwords, email, and backup verification codes. - * Requires at least: 6.8 + * Requires at least: 6.9 * Version: 0.15.0 * Requires PHP: 7.2 * Author: WordPress.org Contributors From 4b8e778984aaaa4bea74678e6ac2eb9a90d99961 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 13 Mar 2026 22:29:24 +0100 Subject: [PATCH 2/3] respect new wp version --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 4093abcf..7050b917 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.9 +Tested up to: 7.0 Stable tag: 0.15.0 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html From b8950a29df4314ed9a1eaa83e46acd704ac2228f Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 13 Mar 2026 22:31:13 +0100 Subject: [PATCH 3/3] updated tests for new wp version --- .github/workflows/test.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63d91e02..dc323be6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,14 +80,17 @@ jobs: wp: - latest - trunk - - '6.8' + - '6.9' exclude: - php: '7.3' wp: trunk - php: '7.2' wp: trunk - - php: '8.5' - wp: '6.8' + - php: '7.3' + wp: latest + - php: '7.2' + wp: latest + env: WP_ENV_PHP_VERSION: ${{ matrix.php }} WP_ENV_CORE: ${{ matrix.wp == 'trunk' && 'WordPress/WordPress' || format( 'https://wordpress.org/wordpress-{0}.zip', matrix.wp ) }}