diff --git a/index.php b/index.php index aef2b41b..908ec413 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.4.0 + * Version: 2.4.1 * Author: Volodymyr Kolesnykov * License: MIT * Text Domain: two-factor-provider-webauthn diff --git a/package-lock.json b/package-lock.json index 5f4f966e..6da8a421 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,31 +1,31 @@ { "name": "two-factor-provider-webauthn", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "two-factor-provider-webauthn", - "version": "2.4.0", + "version": "2.4.1", "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" } }, "node_modules/@ampproject/remapping": { @@ -3626,9 +3626,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001658", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001658.tgz", - "integrity": "sha512-N2YVqWbJELVdrnsW5p+apoQyYt51aBMSsBZki1XZEfeBCexcM/sf4xiAHcXQBkuOwJBXtWF7aW1sYX6tKebPHw==", + "version": "1.0.30001659", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001659.tgz", + "integrity": "sha512-Qxxyfv3RdHAfJcXelgf0hU4DFUVXBGTjqrBUZLUh8AtlGnsDo+CnncYtTd95+ZKfnANUOzxyIQCuU/UeBZBYoA==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 147ac311..acd3532b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "two-factor-provider-webauthn", - "version": "2.4.0", + "version": "2.4.1", "private": true, "description": "", "scripts": { @@ -15,22 +15,22 @@ "author": "Volodymyr Kolesnykov (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" } } diff --git a/readme.txt b/readme.txt index 0aac501b..b34fa30a 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.4.0 +Stable tag: 2.4.1 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.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)