Skip to content

Commit 80e76ef

Browse files
authored
Release 0.11.0
2 parents 4c733e4 + eebd754 commit 80e76ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: georgestephanis, valendesigns, stevenkword, extendwings, sgrant, aaroncampbell, johnbillion, stevegrunwell, netweb, kasparsd, alihusnainarshad, passoniate
33
Tags: 2fa, mfa, totp, authentication, security
44
Tested up to: 6.6
5-
Stable tag: 0.10.0
5+
Stable tag: 0.11.0
66
License: GPL-2.0-or-later
77
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
88

two-factor.php

Lines changed: 2 additions & 2 deletions
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, Universal 2nd Factor (FIDO U2F, YubiKey), email, and backup verification codes.
14-
* Version: 0.10.0
14+
* Version: 0.11.0
1515
* Requires at least: 6.3
1616
* Requires PHP: 7.2
1717
* Author: WordPress.org Contributors
@@ -30,7 +30,7 @@
3030
/**
3131
* Version of the plugin.
3232
*/
33-
define( 'TWO_FACTOR_VERSION', '0.10.0' );
33+
define( 'TWO_FACTOR_VERSION', '0.11.0' );
3434

3535
/**
3636
* Include the base class here, so that other plugins can also extend it.

0 commit comments

Comments
 (0)