We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b278dc2 commit 295bc6cCopy full SHA for 295bc6c
CHANGELOG.md
@@ -1,9 +1,8 @@
1
Changelog
2
=========
3
-## 1.0.0 (2019-xx-xx)
+## 1.0.0 (2020-01-17)
4
* Dropped support for PHP 5.6, 7.0 and 7.1,
5
* Dropped support for FOSUserBundle 1.3,
6
-* Dropped support for PHPUnit 5,
7
* Dropped support for Symfony 2.8,
8
* Minimum Symfony 3 requirement is 3.4,
9
* Minimum Symfony 4 requirement is 4.3,
@@ -14,6 +13,7 @@ Changelog
14
13
* Fixed: Symfony deprecation warning in `symfony/config`,
15
* Fixed: SensioConnect now uses new API URLs,
16
* Fixed: Do not add Authorization header if no client_secret is present,
+* Fixed: `LoginController::connectAction` should not fail if no token is available,
17
* Added: Genius.com resource owner,
18
* Added: HTTPlug 2.0 support,
19
* Added: Keycloak resource owner,
0 commit comments