Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Latest commit

 

History

History
58 lines (43 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

58 lines (43 loc) · 2.02 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.3.1 - 2021-02-15

Fixed

2.3.0 - 2020-12-16

Added

  • Added Php 8 support

2.2.0 - 2018-07-19

Added

  • Added GoogleAuthenticatorInterface

2.1.0 - 2018-04-09

Added

  • Added GoogleQrUrl::generate which contains more validation checks and is more compatible with what Google provides
  • Added Sonata\GoogleAuthenticator namespace to all classes

Changed

  • Deprecated GoogleAuthenticator::getUrl() in favor of GoogleQrUrl::generate()

Deprecated

  • Deprecated old Google\Authenticator namespace

Fixed

  • Use dynamic pass code length when padding TFA codes

Removed

  • Support for old versions of PHP and Symfony.

Security

  • Constant time comparison when checking TOTP codes

2.0.0 - 2017-06-05

Removed

  • PHP 5.3 through 5.5 support was removed
  • support for PHP < 7 was removed
  • extending classes from the package is no longer possible

1.1.0 - 2017-04-19

Changed

  • Changed getUrl adding a new parameter : $issuer

Deprecated

  • Extending any class defined in the package is deprecated

Fixed

  • paths in sample code have been fixed

Removed

  • internal test classes are now excluded from the autoloader

Security

  • now generation of the secret is cryptographically strong.
  • Implemented constant time codes comparison