Releases: dochne/google-authenticator
Releases · dochne/google-authenticator
2.2.0
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3 release
Actually fix composer.json
2.0.2 release
Fixed malformed composer.json
2.0.1 Release
- Fixed cache to use correct PSR-6 compliant keys
- Updated example to be clear about cache usage
- Added cache/filesystem-adapter as a dev dependency
- Updated tests to PHPUnit 6
2.0.0 Release
There aren't substantial changes in this release but as it removes the use of a dependency, it could potentially be a breaking change for someone.
[Bugfix] Google QR Code generation seemed to no longer work due to problems with excessive encoding
[Bugfix] Google Charts have deprecated the use of their QR API, so I've moved to recommending the use of Endroid instead
[Bugfix] composer.json included the cache/filesystem-adapter dependency without actually using it. This has been removed