Plugin Author
Axton
(@axton)
Hi levismodding,
I understand your concern. I’m working on the plugin right now 🙂 so please rest assured it is not dead.
Here’s the situation. Due to my personal circumstances I did pause the development for a while, and since this plugin is based on https://github.com/web-auth/webauthn-framework which had just released version 5.0, I’m currently working on make the plugin compatible with this new version (and also new webauthn standard). I’ll publish updates once all these work done.
as for the “compatibility” tag, I’ll update it once I get current version tested on the latest WordPress.
Thread Starter
Levis
(@levismodding)
Thank you for your quick response. I appreciate your work.
Best regards,
Levis
Thread Starter
Levis
(@levismodding)
To bring to your attention, there is a PHP warning in the log that I have narrowed down to the WebAuthn component:
PHP Warning: Undefined property: stdClass::$new_version in phar:///usr/local/bin/wp-cli-2.10.0.phar/vendor/wp-cli/extension-command/src/Plugin_Command.php on line 747
PHP Deprecated: version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated in phar:///usr/local/bin/wp-cli-2.10.0.phar/vendor/wp-cli/extension-command/src/Plugin_Command.php on line 747
This issue is located in:
wp-webauthn\wp-webauthn-vendor\beberlei\assert\lib\Assert\Assertion.php
Plugin Author
Axton
(@axton)
Thank you for your report! This should be fixed when this plugin updates next time. This warning comes from webauthn-framework and should be fixed in the latest version.