Skip to content

Commit

Permalink
Merge pull request #875 from sjinks/release-2.5.0
Browse files Browse the repository at this point in the history
chore: release 2.5.0
  • Loading branch information
sjinks authored Sep 12, 2024
2 parents c01927f + 42fe171 commit ccddc63
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 27 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ Google Chrome is going to [deprecate the U2F API](https://groups.google.com/a/ch
The integration is seamless: if the user has U2F credentials registered, the plugin will import them. If the user has the U2F provider enabled, the plugin will automatically enable the WebAuthn provider as well. If the U2F provider is set as the primary authentication method, it will be replaced with WebAuthn, keeping U2F as a backup method.

https://user-images.githubusercontent.com/7810770/150708968-3c331612-54ad-4373-9d36-6ec064301755.mp4

See [readme.txt](readme.txt) for the changelog.
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Plugin Name: WebAuthn Provider for Two Factor
* Description: WebAuthn Provider for Two Factor plugin.
* Version: 2.4.1
* Version: 2.5.0
* Author: Volodymyr Kolesnykov
* License: MIT
* Text Domain: two-factor-provider-webauthn
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "two-factor-provider-webauthn",
"version": "2.4.1",
"version": "2.5.0",
"private": true,
"description": "",
"scripts": {
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/donate/?hosted_button_id=SAG6877JDJ3KU
Tags: 2fa, webauthn, two factor, login, security, authentication
Requires at least: 5.5
Tested up to: 6.6
Stable tag: 2.4.1
Stable tag: 2.5.0
Requires PHP: 7.4
License: MIT
License URI: https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -33,6 +33,9 @@ Be the first to ask.

== Changelog ==

= 2.5.0 =
* iCloud support for Firefox (props dd32)

= 2.4.1 =
* GH-541: fix issues with YubiKeys (backported a patch by Markus Bauer from https://github.com/madwizard-org/webauthn-server/pull/23)

Expand Down

0 comments on commit ccddc63

Please sign in to comment.