Skip to content

Commit 8f73d27

Browse files
authored
Release 0.8.1 (#550)
1 parent 7d0ffeb commit 8f73d27

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
@@ -4,7 +4,7 @@ Tags: two factor, two step, authentication, login, totp, fido u2f,
44
Requires at least: 4.3
55
Tested up to: 6.0
66
Requires PHP: 5.6
7-
Stable tag: 0.8.0
7+
Stable tag: 0.8.1
88

99
Enable Two-Factor Authentication using time-based one-time passwords (OTP, Google Authenticator), Universal 2nd Factor (FIDO U2F, YubiKey), email and backup verification codes.
1010

two-factor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin URI: https://wordpress.org/plugins/two-factor/
1313
* Description: Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F), email and backup verification codes.
1414
* Author: Plugin Contributors
15-
* Version: 0.8.0
15+
* Version: 0.8.1
1616
* Author URI: https://github.com/wordpress/two-factor/graphs/contributors
1717
* Network: True
1818
* Text Domain: two-factor
@@ -26,7 +26,7 @@
2626
/**
2727
* Version of the plugin.
2828
*/
29-
define( 'TWO_FACTOR_VERSION', '0.8.0' );
29+
define( 'TWO_FACTOR_VERSION', '0.8.1' );
3030

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

0 commit comments

Comments
 (0)