Skip to content

Commit

Permalink
chore: prepare 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Aug 5, 2024
1 parent d899b67 commit be36856
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "two-factor-provider-webauthn",
"version": "2.3.0",
"version": "2.4.0",
"private": true,
"description": "",
"scripts": {
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit be36856

Please sign in to comment.