Skip to content

Releases: code-lts/U2F-php-server

v1.2.2

24 Jul 15:02
v1.2.2
51bd220
Compare
Choose a tag to compare
  • Update and fix doc blocks
  • Support PHPUnit 10
  • Improve tests for PHPUnit 10 & 11
  • Exclude tests from the vendor tarball

v1.2.1

03 Dec 17:52
v1.2.1
6931a00
Compare
Choose a tag to compare
  • Don't replace samyoul/u2f-php-server anymore in composer.json (#1) by @remicollet
  • Exclude tests and phpunit config from vendor archives
  • Apply wdes/coding-standard and make constants officially public

To inspect the full changes: v1.2.0...v1.2.1

v1.2.0

12 Dec 11:04
v1.2.0
59b3b28
Compare
Choose a tag to compare
  • Added ReturnTypeWillChange for PHP 8.1 on SignRequest and RegistrationRequest (a4f8928) by @MauricioFauth
  • Wrote tests for most of the code of this library
  • Run tests on GitHub actions
  • Changed the namespace from Samyoul to CodeLts (36ed373)
  • Cleaned up the code
  • Added a .gitattributes file
  • Improved phpdoc blocks
  • Wrote betters comments
  • Added a CHANGELOG file
  • Improved the README file

To inspect the full changes: v1.1.4...v1.2.0