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

Commit 5fdc509

Browse files
committed
2.1.0
1 parent f874c50 commit 5fdc509

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
All notable changes to this project will be documented in this file.
33
This 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

UPGRADE-2.x.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
UPGRADE 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()`.

0 commit comments

Comments
 (0)