Skip to content

Commit

Permalink
Merge pull request #14747 from craftcms/bugfix/14745-webauthn-load-th…
Browse files Browse the repository at this point in the history
…e-data

Bugfix/14745 webauthn load the data
  • Loading branch information
brandonkelly authored Apr 3, 2024
2 parents fc51765 + bbf0d81 commit 033ba99
Show file tree
Hide file tree
Showing 5 changed files with 400 additions and 110 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Fixed issues with menu options’ hover styles.
- Fixed a bug where double-clicking on an element’s linked label or action button would cause its slideout to open, in addition to the link/button being activated. ([#14736](https://github.com/craftcms/cms/issues/14736))
- Fixed a bug where system icons whose names ended in numbers weren’t displaying. ([#14740](https://github.com/craftcms/cms/issues/14740))
- Fixed an error that could occur when creating a passkey. ([#14745](https://github.com/craftcms/cms/issues/14745))

## 5.0.0 - 2024-03-26

Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,23 @@
"mikehaertl/php-shellcommand": "^1.6.3",
"moneyphp/money": "^4.0",
"monolog/monolog": "^3.0",
"phpdocumentor/reflection-docblock": "^5.3",
"pixelandtonic/imagine": "~1.3.3.1",
"pragmarx/google2fa": "^8.0",
"pragmarx/recovery": "^0.2.1",
"samdark/yii2-psr-log-target": "^1.1.3",
"seld/cli-prompt": "^1.0.4",
"symfony/filesystem": "^6.3",
"symfony/http-client": "^6.0.3",
"symfony/property-access": "^7.0",
"symfony/property-info": "^7.0",
"symfony/serializer": "^6.4",
"symfony/var-dumper": "^5.0|^6.0",
"symfony/yaml": "^5.2.3",
"theiconic/name-parser": "^1.2",
"twig/twig": "~3.8.0",
"voku/stringy": "^6.4.0",
"web-auth/webauthn-lib": "^4.7.0",
"web-auth/webauthn-lib": "~4.8.0",
"webonyx/graphql-php": "~14.11.5",
"yiisoft/yii2": "~2.0.48.1",
"yiisoft/yii2-debug": "~2.1.22.0",
Expand Down
Loading

0 comments on commit 033ba99

Please sign in to comment.