diff --git a/readme.txt b/readme.txt index 16af5ee..3dc7f77 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://flyhigher.top/about Tags: u2f, fido, fido2, webauthn, login, security, password, authentication Requires at least: 5.0 Tested up to: 5.7 -Stable tag: 1.2.4 +Stable tag: 1.2.5 Requires PHP: 7.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -80,6 +80,10 @@ To use FaceID or TouchID, you need to use iOS/iPadOS 14+. == Changelog == += 1.2.5 = +Update: German translation (thanks to niiconn) +Fix: HTTPS check + = 1.2.4 = Add: French translation (thanks to Spomky) and Turkish translate (thanks to Sn0bzy) Fix: HTTPS check @@ -112,6 +116,9 @@ Update: Third-party libraries == Upgrade Notice == += 1.2.5 = +Improvred HTTPS checking and updated German translation (by niiconn) + = 1.2.4 = Improvred HTTPS checking and added new translations diff --git a/wp-webauthn.php b/wp-webauthn.php index d48cef0..b43874d 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.2.4 +Version: 1.2.5 Author: Axton Author URI: https://axton.cc License: GPLv3 diff --git a/wwa-version.php b/wwa-version.php index 53e297e..2c18ab1 100755 --- a/wwa-version.php +++ b/wwa-version.php @@ -1,6 +1,6 @@ '1.2.4', - 'commit' => '41f3117' + 'version' => '1.2.5', + 'commit' => '0e8c615' ); ?> \ No newline at end of file