Skip to content

Commit

Permalink
release: 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yrccondor committed Oct 5, 2024
1 parent c2cc516 commit 88207a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.3.3
Version: 1.3.4
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,5 +1,5 @@
<?php
$wwa_version = array(
'version' => '1.3.3',
'version' => '1.3.4',
'commit' => 'b7ef5ce'
);

0 comments on commit 88207a7

Please # to comment.