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.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 8.1.1] - released 2020-07-01
10
+
9
11
### Fixed
10
12
- If you provide a valid redirect_uri with the auth code grant and an invalid scope, the server will use the given
11
13
redirect_uri instead of the default client redirect uri (PR #1126 )
@@ -497,7 +499,8 @@ Version 5 is a complete code rewrite.
497
499
498
500
- First major release
499
501
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
501
504
[ 8.1.0 ] : https://github.com/thephpleague/oauth2-server/compare/8.0.0...8.1.0
502
505
[ 8.0.0 ] : https://github.com/thephpleague/oauth2-server/compare/7.4.0...8.0.0
503
506
[ 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