Skip to content

Commit

Permalink
Merge pull request #299 from sjinks/release-2.0.1
Browse files Browse the repository at this point in the history
chore: Prepare 2.0.1 release
  • Loading branch information
sjinks authored Oct 26, 2022
2 parents c7e1207 + 67bbb45 commit d57cde2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
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.0.0
* Version: 2.0.1
* Author: Volodymyr Kolesnykov
* License: MIT
* Text Domain: two-factor-provider-webauthn
Expand Down
4 changes: 2 additions & 2 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.0.0",
"version": "2.0.1",
"private": true,
"description": "",
"scripts": {
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Be the first to ask.

== Changelog ==

= 2.0.1 =
* GH-295: fix client extensions validation
* Update development dependencies

= 2.0.0 =
* Put external dependencies into a unique namespace (GH-36, GH-53, GH-236)
* Update madwizard/webauthn to 0.8.0
Expand All @@ -52,7 +56,7 @@ Be the first to ask.
* Security: Update guzzlehttp/guzzle to 7.4.5 (fix [CVE-2022-31090](https://github.com/advisories/GHSA-25mq-v84q-4j7r) and [CVE-2022-31091](https://github.com/advisories/GHSA-q559-8m2m-g699))
* Do not load the plugin while WordPress is being installed

= 1.0.7.1 ==
= 1.0.7.1 =
* Fix deployment issue. It's time to automate the process

= 1.0.7 =
Expand All @@ -61,7 +65,7 @@ Be the first to ask.
* Add security-related workflows to CI
* Improve tests

= 1.0.6.1 ==
= 1.0.6.1 =
* Fix deployment issue

= 1.0.6 =
Expand Down

0 comments on commit d57cde2

Please sign in to comment.