updated plugin WP-WebAuthn version 1.4.1

This commit is contained in:
2026-06-03 21:27:37 +00:00
committed by Gitium
parent e4b9b8235b
commit 5cd2237fad
39 changed files with 2660 additions and 1265 deletions

View File

@ -1,5 +1,9 @@
<?php
if (!defined('ABSPATH')) {
exit;
}
$wwa_version = array(
'version' => '1.3.4',
'commit' => 'b7ef5ce'
'version' => '1.4.1',
'commit' => 'f5955ea'
);