Skip to content

Commit d26227b

Browse files
authored
Merge pull request #834 from masteradhoc/wp7-0
WordPress 7.0 release preparation
2 parents 8130dd8 + ea6aeda commit d26227b

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,17 @@ jobs:
8080
wp:
8181
- latest
8282
- trunk
83-
- '6.8'
83+
- '6.9'
8484
exclude:
8585
- php: '7.3'
8686
wp: trunk
8787
- php: '7.2'
8888
wp: trunk
89-
- php: '8.5'
90-
wp: '6.8'
89+
- php: '7.3'
90+
wp: latest
91+
- php: '7.2'
92+
wp: latest
93+
9194
env:
9295
WP_ENV_PHP_VERSION: ${{ matrix.php }}
9396
WP_ENV_CORE: ${{ matrix.wp == 'trunk' && 'WordPress/WordPress' || format( 'https://wordpress.org/wordpress-{0}.zip', matrix.wp ) }}

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Two Factor ===
22
Contributors: georgestephanis, kasparsd, masteradhoc, valendesigns, stevenkword, extendwings, sgrant, aaroncampbell, johnbillion, stevegrunwell, netweb, alihusnainarshad, passoniate
33
Tags: 2fa, mfa, totp, authentication, security
4-
Tested up to: 6.9
4+
Tested up to: 7.0
55
Stable tag: 0.16.0
66
License: GPL-2.0-or-later
77
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html

two-factor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Two Factor
1212
* Plugin URI: https://wordpress.org/plugins/two-factor/
1313
* Description: Enable Two-Factor Authentication using time-based one-time passwords, email, and backup verification codes.
14-
* Requires at least: 6.8
14+
* Requires at least: 6.9
1515
* Version: 0.16.0
1616
* Requires PHP: 7.2
1717
* Author: WordPress.org Contributors

0 commit comments

Comments
 (0)