From 7b772774b392146ec1e38e5f2f6b929e16046170 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Wed, 18 Sep 2024 18:25:36 +0300 Subject: [PATCH 1/3] Version bump --- readme.txt | 2 +- two-factor.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index f4baaffa..30a55e73 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: georgestephanis, valendesigns, stevenkword, extendwings, sgrant, aaroncampbell, johnbillion, stevegrunwell, netweb, kasparsd, alihusnainarshad, passoniate Tags: 2fa, mfa, totp, authentication, security Tested up to: 6.6 -Stable tag: 0.9.1 +Stable tag: 0.9.2 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html diff --git a/two-factor.php b/two-factor.php index 380ad4c2..20d76a20 100644 --- a/two-factor.php +++ b/two-factor.php @@ -11,7 +11,7 @@ * Plugin Name: Two Factor * Plugin URI: https://wordpress.org/plugins/two-factor/ * Description: Enable Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F, YubiKey), email, and backup verification codes. - * Version: 0.9.1 + * Version: 0.9.2 * Requires at least: 6.3 * Requires PHP: 7.2 * Author: Plugin Contributors @@ -30,7 +30,7 @@ /** * Version of the plugin. */ -define( 'TWO_FACTOR_VERSION', '0.9.1' ); +define( 'TWO_FACTOR_VERSION', '0.9.2' ); /** * Include the base class here, so that other plugins can also extend it. From 534a14df04f901b1c515b3e14375f44faaa3479d Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 19 Sep 2024 11:22:18 +0300 Subject: [PATCH 2/3] =?UTF-8?q?Bump=20to=200.10.0=20since=20we=E2=80=99re?= =?UTF-8?q?=20changing=20the=20profile=20markup=20in=20a=20potentially=20b?= =?UTF-8?q?reaking=20way=20for=20integrations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- two-factor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/two-factor.php b/two-factor.php index 537e61ee..38248d70 100644 --- a/two-factor.php +++ b/two-factor.php @@ -11,7 +11,7 @@ * Plugin Name: Two Factor * Plugin URI: https://wordpress.org/plugins/two-factor/ * Description: Enable Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F, YubiKey), email, and backup verification codes. - * Version: 0.9.2 + * Version: 0.10.0 * Requires at least: 6.3 * Requires PHP: 7.2 * Author: WordPress.org Contributors @@ -30,7 +30,7 @@ /** * Version of the plugin. */ -define( 'TWO_FACTOR_VERSION', '0.9.2' ); +define( 'TWO_FACTOR_VERSION', '0.10.0' ); /** * Include the base class here, so that other plugins can also extend it. From d53da740e640d13c2378bf026ff3b2b78f3c11f6 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Mon, 2 Dec 2024 11:48:50 +0200 Subject: [PATCH 3/3] Keep at minor bump due to dependency changes --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index b8d5b031..8c2ff974 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: georgestephanis, valendesigns, stevenkword, extendwings, sgrant, aaroncampbell, johnbillion, stevegrunwell, netweb, kasparsd, alihusnainarshad, passoniate Tags: 2fa, mfa, totp, authentication, security Tested up to: 6.6 -Stable tag: 0.9.2 +Stable tag: 0.10.0 License: GPL-2.0-or-later License URI: https://spdx.org/licenses/GPL-2.0-or-later.html