File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 8.1.1] - released 2020-07-01
10+
911### Fixed
1012- If you provide a valid redirect_uri with the auth code grant and an invalid scope, the server will use the given
1113redirect_uri instead of the default client redirect uri (PR #1126 )
@@ -497,7 +499,8 @@ Version 5 is a complete code rewrite.
497499
498500- First major release
499501
500- [ Unreleased ] : https://github.com/thephpleague/oauth2-server/compare/8.1.0...HEAD
502+ [ Unreleased ] : https://github.com/thephpleague/oauth2-server/compare/8.1.1...HEAD
503+ [ 8.1.1 ] : https://github.com/thephpleague/oauth2-server/compare/8.1.0...8.1.1
501504[ 8.1.0 ] : https://github.com/thephpleague/oauth2-server/compare/8.0.0...8.1.0
502505[ 8.0.0 ] : https://github.com/thephpleague/oauth2-server/compare/7.4.0...8.0.0
503506[ 7.4.0 ] : https://github.com/thephpleague/oauth2-server/compare/7.3.3...7.4.0
You can’t perform that action at this time.
0 commit comments