Skip to content

Commit 8ff6824

Browse files
authored
Release 0.14.1
2 parents a8ade95 + 55e307d commit 8ff6824

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.8
5-
Stable tag: 0.14.0
5+
Stable tag: 0.14.1
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
@@ -12,7 +12,7 @@
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.
1414
* Requires at least: 6.7
15-
* Version: 0.14.0
15+
* Version: 0.14.1
1616
* Requires PHP: 7.2
1717
* Author: WordPress.org Contributors
1818
* Author URI: https://github.com/wordpress/two-factor/graphs/contributors
@@ -30,7 +30,7 @@
3030
/**
3131
* Version of the plugin.
3232
*/
33-
define( 'TWO_FACTOR_VERSION', '0.14.0' );
33+
define( 'TWO_FACTOR_VERSION', '0.14.1' );
3434

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

0 commit comments

Comments
 (0)