Skip to content

Commit ce0f0ae

Browse files
committed
remove version upgrade on PR
1 parent 2ed7648 commit ce0f0ae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: georgestephanis, kasparsd, masteradhoc, valendesigns, stevenkword, jeffpaul, extendwings, sgrant, aaroncampbell, johnbillion, stevegrunwell, netweb, alihusnainarshad, passoniate
33
Tags: 2fa, mfa, totp, authentication, security
44
Tested up to: 7.0
5-
Stable tag: 0.17.0
5+
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
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, email, and backup verification codes.
1414
* Requires at least: 6.9
15-
* Version: 0.17.0
15+
* Version: 0.16.0
1616
* Requires PHP: 7.2
1717
* Author: WordPress.org Contributors
1818
* Author URI: https://github.com/wordpress/two-factor/graphs/contributors
@@ -27,7 +27,7 @@
2727
}
2828

2929
if ( ! defined( 'TWO_FACTOR_VERSION' ) ) {
30-
define( 'TWO_FACTOR_VERSION', '0.17.0' );
30+
define( 'TWO_FACTOR_VERSION', '0.16.0' );
3131
}
3232

3333
if ( ! defined( 'ABSPATH' ) ) {

0 commit comments

Comments
 (0)