From 893cd150d5038fcc1f16c0ff5d6a53e012a09806 Mon Sep 17 00:00:00 2001 From: yrccondor Date: Mon, 24 Aug 2020 22:46:24 +0800 Subject: [PATCH] Version 1.0.16 --- README/zh_CN.md | 2 +- readme.txt | 13 +++++++++++-- wp-webauthn.php | 2 +- wwa-version.php | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/README/zh_CN.md b/README/zh_CN.md index ffbdf71..94c18a8 100644 --- a/README/zh_CN.md +++ b/README/zh_CN.md @@ -8,7 +8,7 @@

WP-WebAuthn

-

WP-WebAuthn 使你可以安全地通过 U2F 设备登录账户而无需输入密码。

+

WP-WebAuthn 使你可以安全地通过 U2F/FIDO2 设备登录账户而无需输入密码。

releases WordPress diff --git a/readme.txt b/readme.txt index 35bc1f3..14340f6 100644 --- a/readme.txt +++ b/readme.txt @@ -4,8 +4,8 @@ Donate link: https://flyhigher.top/about Tags: u2f, fido, fido2, webauthn, login, secure, password Requires at least: 5.0 Tested up to: 5.4 -Stable tag: 1.0.15 -Requires PHP: 7.0 +Stable tag: 1.0.16 +Requires PHP: 7.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -60,6 +60,8 @@ If you can't solve the problem, [open an issue](https://github.com/yrccondor/wp- The latest version of Chrome, FireFox, Edge and Safari are support WebAuthn. You can learn more on [Can I Use](https://caniuse.com/#feat=webauthn). +Please note that Internet Explorer (including IE 11) is not supported. + == Screenshots == 1. Verifying @@ -68,6 +70,10 @@ The latest version of Chrome, FireFox, Edge and Safari are support WebAuthn. You == Changelog == += 1.0.16 = +Fix: Javascript error on login page in WordPress 5.2 & below +Update: Third-party libraries + = 1.0.15 = Fix: WordPress loopback & REST API issue Update: Third-party libraries @@ -127,6 +133,9 @@ Initial version == Upgrade Notice == += 1.0.16 = +Fix Javascript error on login page in WordPress 5.2 & below + = 1.0.15 = Fix WordPress loopback & REST API issue diff --git a/wp-webauthn.php b/wp-webauthn.php index b7b0e69..26567fa 100755 --- a/wp-webauthn.php +++ b/wp-webauthn.php @@ -3,7 +3,7 @@ Plugin Name: WP-WebAuthn Plugin URI: https://flyhigher.top Description: WP-WebAuthn allows you to safely login to your WordPress site without password. -Version: 1.0.15 +Version: 1.0.16 Author: Axton Author URI: https://axton.cc License: GPLv3 diff --git a/wwa-version.php b/wwa-version.php index 8ba5897..9df0a88 100755 --- a/wwa-version.php +++ b/wwa-version.php @@ -1,6 +1,6 @@ '1.0.15', + 'version' => '1.0.16', 'commit' => '' ); ?> \ No newline at end of file