Releases: FriendsOfSymfony/FOSOAuthServerBundle
Releases · FriendsOfSymfony/FOSOAuthServerBundle
1.6.2
Merge pull request #582 from scootstah/issue/581
Call Form::isSubmitted() before Form::isValid()
2.0.0-alpha.0
First release of 2.x branch which will result in a 2.0.0 release.
Changes:
- deprecated Symfony 2.x
- PHP 7.1 is a hard requirement
- revamped the build process, introduced PHPStan static code analysis tool
- Allow array in
supported_scopes
option (#552)
- Allow overriding
authorizeAction
's render (#564)
1.6.0
Changelog
- Symfony 4 support
- Custom driver support
- "Create client" command
- Test suite improvements
Thanks once again to everybody sending PRs.
1.5.0: Merge pull request #379 from j0k3r/sf3-doc
Symfony 3 support and several fixes