Skip to content

Latest commit

 

History

History
77 lines (44 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

77 lines (44 loc) · 1.19 KB

Changelog

2.0.1

  • Check for revocation in metadata service

2.0.0

  • Replace the Webauthn frontend solution. The homemade Typescript/React app is replaced with a Stimulus app.
  • Drop PHP 7 support
  • Move to Symfony 6.4

1.0.14

  • Import buffer to prevent missing reference error ##64

1.0.13

  • Add .env.dist required for deploy

1.0.12

  • Added Github Action for tag release automation

1.0.11

  • Added browserlist entry in package.json to ensure IE 11 support

1.0.10

  • Update dependencies

1.0.9

  • Add button for iOS devices requireing a gesture before FIDO can be used

1.0.8

  • Add favicon
  • Update dependencies

1.0.7

  • Add X-UA-Compatible header to fix issues with embedded browsers

1.0.6

  • Add monitoring endpoints /health and /info
  • Update dependencies
  • Move from security-checker to local-php-security-checker
  • Disable unused fragments

1.0.5

  • Log unknown attestation certificates
  • Update dependencies

1.0.4

  • Restore layout

1.0.3

  • Add component_info for deployment
  • Update translations
  • Update dependencies

1.0.2

  • Fix maximum index size and prevent DBAL JSON support ##25

1.0.1

  • Add logging to syslog

1.0.0

  • First release