From be36856052354d652aee8979d4745c4cbc426fd0 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Mon, 5 Aug 2024 21:07:39 +0300 Subject: [PATCH] chore: prepare 2.4.0 --- index.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 5 ++++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index d8108c5e..aef2b41b 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /* * Plugin Name: WebAuthn Provider for Two Factor * Description: WebAuthn Provider for Two Factor plugin. - * Version: 2.3.0 + * Version: 2.4.0 * Author: Volodymyr Kolesnykov * License: MIT * Text Domain: two-factor-provider-webauthn diff --git a/package-lock.json b/package-lock.json index fcbbdb40..0ca8103b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "two-factor-provider-webauthn", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "two-factor-provider-webauthn", - "version": "2.3.0", + "version": "2.4.0", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.16.11", diff --git a/package.json b/package.json index 64645cc8..b7c8fe33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "two-factor-provider-webauthn", - "version": "2.3.0", + "version": "2.4.0", "private": true, "description": "", "scripts": { diff --git a/readme.txt b/readme.txt index 4fcbd0f9..0aac501b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/donate/?hosted_button_id=SAG6877JDJ3KU Tags: 2fa, webauthn, two factor, login, security, authentication Requires at least: 5.5 Tested up to: 6.6 -Stable tag: 2.3.0 +Stable tag: 2.4.0 Requires PHP: 7.4 License: MIT License URI: https://opensource.org/licenses/MIT @@ -33,6 +33,9 @@ Be the first to ask. == Changelog == += 2.4.0 = +* GH-830: introduce `webauthn_register_key_use_nicename` filter (props kat3samsin) + = 2.3.0 = * GH-827: Add `webauthn_register_key_suppress_output` filter * GH-826: Add `webauthn_app_id` filter to customize U2F AppID