Skip to content

Commit

Permalink
Version 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
yrccondor committed Aug 24, 2020
1 parent 9ef14e1 commit 893cd15
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README/zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<h1 align="center">WP-WebAuthn</h1>

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

<p align="center"><a href="https://github.com/yrccondor/wp-webauthn/releases"><img alt="releases" src="https://img.shields.io/github/release/yrccondor/wp-webauthn.svg"/></a>
<img alt="WordPress" src="https://img.shields.io/badge/WordPress-5.0%2B-blue.svg"/>
Expand Down
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion wp-webauthn.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wwa-version.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$wwa_version = array(
'version' => '1.0.15',
'version' => '1.0.16',
'commit' => ''
);
?>

0 comments on commit 893cd15

Please sign in to comment.