Skip to content

Releases: dochne/google-authenticator

2.2.0

24 May 13:42
Compare
Choose a tag to compare

[2.2.0] - 2021-05-24

Added

  • Support for different types of writer for Endroid
  • Added LICENCE file

2.1.0

12 Mar 22:28
Compare
Choose a tag to compare

Added

  • Support for custom timeslice windows
  • Better unit testing support for timeslices
  • Support for PSR-16

Bugfix

  • Fix for potential timing attack

2.0.7

07 Feb 11:11
b146e8c
Compare
Choose a tag to compare

[Bugfix] Support for Composer 2.0
[Bugfix] Updated endroid/qrcode to be the new format of endroid/qr-code (the author seems to have republished the same repository but with a new namespace then flagged the old as abandoned)

2.0.6

31 Jan 16:38
ab6f59d
Compare
Choose a tag to compare

[Improvement] Support requiring NOP version of paragonie/random_compat

2.0.5

08 Jan 09:50
Compare
Choose a tag to compare

[Bugfix] Fix Timeslice not being referenced properly

2.0.4

20 Aug 10:23
Compare
Choose a tag to compare

[Improvement] Added support for Endroid ~3

2.0.3 release

09 Jul 08:16
Compare
Choose a tag to compare

Actually fix composer.json

2.0.2 release

09 Jul 06:39
b1bfc8c
Compare
Choose a tag to compare

Fixed malformed composer.json

2.0.1 Release

08 Jul 20:34
Compare
Choose a tag to compare
  • 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

24 May 17:33
Compare
Choose a tag to compare

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