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

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed Apr 9, 2018
1 parent f874c50 commit 5fdc509
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,26 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.0](https://github.com/sonata-project/GoogleAuthenticator/compare/2.0.0...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](https://github.com/sonata-project/GoogleAuthenticator/compare/1.1.0...2.0.0) - 2017-06-05
### Removed
- PHP 5.3 through 5.5 support was removed
Expand Down
3 changes: 3 additions & 0 deletions UPGRADE-2.x.md
@@ -1,6 +1,9 @@
UPGRADE 2.x
===========

UPGRADE FROM 2.0 to 2.1
=======================

### GoogleAuthenticator

* Deprecated `GoogleAuthenticator::getUrl()` in favor of `GoogleQrUrl::generate()`.
Expand Down

0 comments on commit 5fdc509

Please sign in to comment.