diff --git a/index.php b/index.php index 92d9e304..fa622585 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.0.1 + * Version: 2.0.2 * Author: Volodymyr Kolesnykov * License: MIT * Text Domain: two-factor-provider-webauthn diff --git a/package-lock.json b/package-lock.json index 817f6ed9..5da25c68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "two-factor-provider-webauthn", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "two-factor-provider-webauthn", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.16.11", diff --git a/package.json b/package.json index c2e67521..8425d9d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "two-factor-provider-webauthn", - "version": "2.0.1", + "version": "2.0.2", "private": true, "description": "", "scripts": { diff --git a/readme.txt b/readme.txt index 5178d988..a9c32ed7 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: volodymyrkolesnykov 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.0.2 -Stable tag: 1.0.10 +Tested up to: 6.2.0 +Stable tag: 2.0.2 Requires PHP: 7.4 License: MIT License URI: https://opensource.org/licenses/MIT @@ -33,6 +33,11 @@ Be the first to ask. == Changelog == += 2.0.2 = +* Update madwizard/webauthn to 0.9.0 +* Update development dependencies +* Update E2E tests + = 2.0.1 = * GH-295: fix client extensions validation * Update development dependencies