Change Log
[3.0.1] - 2018-03-15
Changed
[3.0.0] - 2018-03-07
Changed
- It's now mandatory to enable Google Api secret key access by executing
setAllowInsecureCallToGoogleApis(true);
[2.0.4] - 2017-06-22
Fixed
- Fix Base32 to keep supporting PHP 5.4 && 5.5.
[2.0.3] - 2017-06-22
[2.0.2] - 2017-06-21
[2.0.1] - 2017-06-20
Fixed
[2.0.0] - 2017-06-20
Changed
[2.0.0] - 2017-06-20
Changed
[1.0.1] - 2016-07-18
Changed
- Drop support for PHP 5.3.7, require PHP 5.4+.
- Coding style is now PSR-2 automatically enforced by StyleCI.
[1.0.0] - 2016-07-17
Changed
- Package bacon/bacon-qr-code was moved to "suggest".
[0.8.1] - 2016-07-17
Fixed
- Allow paragonie/random_compat ~1.4|~2.0.
[0.8.0] - 2016-07-17
Changed
- Bumped christian-riesen/base32 to ~1.3
- Use paragonie/random_compat to generate cryptographically secure random secret keys
- Readme improvements
- Drop simple-qrcode in favor of bacon/bacon-qr-code
- Fix tavis setup for phpspec, PHP 7, hhvm and improve cache
[0.7.0] - 2015-11-07
Changed
- Fixed URL generation for QRCodes
- Avoid time attacks
[0.2.0] - 2015-02-19
Changed
[0.1.0] - 2014-07-06
Added