From 33ee5fc4ec48a4897220c7dd14d8ef9725c71a71 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 20 Jun 2025 17:32:47 -0500 Subject: [PATCH 1/2] add version support policy --- readme.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.txt b/readme.txt index 8143c1c4..34310ae7 100644 --- a/readme.txt +++ b/readme.txt @@ -34,6 +34,10 @@ Here is a list of action and filter hooks provided by the plugin: == Frequently Asked Questions == += What PHP and WordPress versions does the Two-Factor plugin support? = + +This plugin supports the last two major versions of WordPress and the minimum PHP version supported by those WordPress versions. + = How can I send feedback or get help with a bug? = The best place to report bugs, feature suggestions, or any other (non-security) feedback is at the Two Factor GitHub issues page. Before submitting a new issue, please search the existing issues to check if someone else has reported the same feedback. From 696663f2efbbefbc26bc4454165e17bf54e6be9c Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 20 Jun 2025 17:33:54 -0500 Subject: [PATCH 2/2] bump WP min supported version to 6.7 --- .github/workflows/test.yml | 2 +- two-factor.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e6f12fa..44576523 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,7 @@ jobs: wp: - latest - trunk - - '6.3' + - '6.7' env: WP_ENV_PHP_VERSION: ${{ matrix.php }} WP_ENV_CORE: ${{ matrix.wp == 'trunk' && 'WordPress/WordPress' || format( 'https://wordpress.org/wordpress-{0}.zip', matrix.wp ) }} diff --git a/two-factor.php b/two-factor.php index 2221a75d..27617466 100644 --- a/two-factor.php +++ b/two-factor.php @@ -12,7 +12,7 @@ * 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.3 + * Requires at least: 6.7 * Requires PHP: 7.2 * Author: WordPress.org Contributors * Author URI: https://github.com/wordpress/two-factor/graphs/contributors