From 88207a7a7032f209d572a80f06699769886cdeb3 Mon Sep 17 00:00:00 2001 From: yrccondor Date: Sat, 5 Oct 2024 20:19:40 +0800 Subject: [PATCH] release: 1.3.4 --- readme.txt | 7 +++++-- wp-webauthn.php | 2 +- wwa-version.php | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 4d4a78e..d58fe3a 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://flyhigher.top/about Tags: u2f, webauthn, passkey, login, security Requires at least: 5.0 Tested up to: 6.6 -Stable tag: 1.3.3 +Stable tag: 1.3.4 Requires PHP: 7.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -80,9 +80,12 @@ To use FaceID or TouchID, you need to use iOS/iPadOS 14+. == Changelog == += 1.3.4 = +Fix: Make sure AJAX works with extra spaces/new lines +Note: We'll soon drop support for PHP 7.4 and below. Please upgrade your PHP version to 8.0+. + = 1.3.3 = Fix: Support for PHP 7.2+ -Note: We'll soon drop support for PHP 7.4 and below. Please upgrade your PHP version to 8.0+. = 1.3.2 = Fix: XSS issues in login form shortcode diff --git a/wp-webauthn.php b/wp-webauthn.php index 7f72c3d..ae96225 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.3.3 +Version: 1.3.4 Author: Axton Author URI: https://axton.cc License: GPLv3 diff --git a/wwa-version.php b/wwa-version.php index 8b6a5bc..1c9f67c 100755 --- a/wwa-version.php +++ b/wwa-version.php @@ -1,5 +1,5 @@ '1.3.3', + 'version' => '1.3.4', 'commit' => 'b7ef5ce' );