You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[Unreleased] - yyyy-mm-dd
[1.2.0] - 2021-12-12
- Added
ReturnTypeWillChange
for PHP 8.1 on SignRequest and RegistrationRequest - Wrote tests for most of the code of this library
- Run tests on GitHub actions
- Changed the namespace from
Samyoul
toCodeLts
- Cleaned up the code
- Added a
.gitattributes
file - Improved phpdoc blocks
- Wrote betters comments
- Added a CHANGELOG file
- Improved the README file
[1.1.4] - 2018-10-26
- Fix issue when there is more than one U2F key registered
[1.1.3] - 2016-12-14
- Fix public property access bug in
U2FServer
class - Made
SignRequest
class jsonJsonSerializable
[1.1.2] - 2016-12-13
- Replaced
toString()
withjsonSerialize()
onRegistrationRequest
class
[1.1.1] - 2016-12-13
- Added
toString()
onRegistrationRequest
class
[1.1.0] - 2016-12-13
- Re-Namespaced the classes
[1.0.0] - 2016-12-12
- First version