Skip to content

Commit

Permalink
Merge pull request #866 from sjinks/prepare-2.4.1
Browse files Browse the repository at this point in the history
chore: release 2.4.1
  • Loading branch information
sjinks authored Sep 9, 2024
2 parents 0612abd + 1c14d41 commit eac5948
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 40 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.4.0
* Version: 2.4.1
* Author: Volodymyr Kolesnykov
* License: MIT
* Text Domain: two-factor-provider-webauthn
Expand Down
42 changes: 21 additions & 21 deletions package-lock.json

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

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "two-factor-provider-webauthn",
"version": "2.4.0",
"version": "2.4.1",
"private": true,
"description": "",
"scripts": {
Expand All @@ -15,22 +15,22 @@
"author": "Volodymyr Kolesnykov <[email protected]> (https://wildwolf.name/)",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@myrotvorets/po2json": "^1.0.2",
"@playwright/test": "^1.18.1",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jquery": "^3.5.13",
"@types/jqueryui": "^1.12.16",
"@types/node": "^22.0.0",
"@wordpress/babel-plugin-makepot": "^6.0.0",
"@babel/preset-env": "^7.25.4",
"@myrotvorets/po2json": "^1.0.3",
"@playwright/test": "^1.47.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jquery": "^3.5.30",
"@types/jqueryui": "^1.12.23",
"@types/node": "^22.5.4",
"@wordpress/babel-plugin-makepot": "^6.7.0",
"@wordpress/eslint-plugin": "^21.0.0",
"@wordpress/i18n": "^5.0.0",
"@wwa/rollup-plugin-terser": "^1.0.1",
"eslint-formatter-gha": "^1.4.1",
"eslint-plugin-playwright": "^1.0.0",
"playwright-core": "^1.18.1",
"rollup": "^4.0.0",
"typescript": "^5.0.0"
"@wordpress/i18n": "^5.7.0",
"@wwa/rollup-plugin-terser": "^1.1.2",
"eslint-formatter-gha": "^1.5.1",
"eslint-plugin-playwright": "^1.6.2",
"playwright-core": "^1.47.0",
"rollup": "^4.21.2",
"typescript": "^5.5.4"
}
}
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.4.0
Stable tag: 2.4.1
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.1 =
* GH-541: fix issues with YubiKeys (backported a patch by Markus Bauer from https://github.com/madwizard-org/webauthn-server/pull/23)

= 2.4.0 =
* GH-830: introduce `webauthn_register_key_use_nicename` filter (props kat3samsin)

Expand Down

0 comments on commit eac5948

Please sign in to comment.