This repository was archived by the owner on Jul 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 2.1.0] ( https://github.com/sonata-project/GoogleAuthenticator/compare/2.0.0...2.1.0 ) - 2018-04-09
6+ ### Added
7+ - Added ` GoogleQrUrl::generate ` which contains more validation checks and is more compatible with what Google provides
8+ - Added ` Sonata\GoogleAuthenticator ` namespace to all classes
9+
10+ ### Changed
11+ - Deprecated ` GoogleAuthenticator::getUrl() ` in favor of ` GoogleQrUrl::generate() `
12+
13+ ### Deprecated
14+ - Deprecated old ` Google\Authenticator ` namespace
15+
16+ ### Fixed
17+ - Use dynamic pass code length when padding TFA codes
18+
19+ ### Removed
20+ - Support for old versions of PHP and Symfony.
21+
22+ ### Security
23+ - Constant time comparison when checking TOTP codes
24+
525## [ 2.0.0] ( https://github.com/sonata-project/GoogleAuthenticator/compare/1.1.0...2.0.0 ) - 2017-06-05
626### Removed
727- PHP 5.3 through 5.5 support was removed
Original file line number Diff line number Diff line change 11UPGRADE 2.x
22===========
33
4+ UPGRADE FROM 2.0 to 2.1
5+ =======================
6+
47### GoogleAuthenticator
58
69 * Deprecated ` GoogleAuthenticator::getUrl() ` in favor of ` GoogleQrUrl::generate() ` .
You can’t perform that action at this time.
0 commit comments