File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+ ## [ 8.2.4] - released 2020-12-09
9
+ ### Fixed
10
+ - Reverted the enforcement of at least one redirect_uri for a client. This change has instead been moved to version 9 (PR #1169 )
11
+
8
12
## [ 8.2.3] - released 2020-12-02
9
13
### Added
10
14
- Re-added support for PHP 7.2 (PR #1165 , #1167 )
@@ -522,7 +526,8 @@ Version 5 is a complete code rewrite.
522
526
523
527
- First major release
524
528
525
- [ Unreleased ] : https://github.com/thephpleague/oauth2-server/compare/8.2.3...HEAD
529
+ [ Unreleased ] : https://github.com/thephpleague/oauth2-server/compare/8.2.4...HEAD
530
+ [ 8.2.4 ] : https://github.com/thephpleague/oauth2-server/compare/8.2.3...8.2.4
526
531
[ 8.2.3 ] : https://github.com/thephpleague/oauth2-server/compare/8.2.2...8.2.3
527
532
[ 8.2.2 ] : https://github.com/thephpleague/oauth2-server/compare/8.2.1...8.2.2
528
533
[ 8.2.1 ] : https://github.com/thephpleague/oauth2-server/compare/8.2.0...8.2.1
You can’t perform that action at this time.
0 commit comments