Skip to content

Commit 51b3b41

Browse files
authored
Update changelog for version 4.1.7
1 parent e3ad09d commit 51b3b41

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1616
### Fixed
1717
- Catch and handle `BadMethodCallException` from the `verify()` method of the JWT token in the `validateAuthorization` method (PR #904)
1818

19+
## [4.1.7] - released 2018-06-23
20+
21+
### Fixed
22+
- Ensure `empty()` function call only contains variable to be compatible with PHP 5.4 (PR #918)
23+
1924
## [7.1.1] - released 2018-05-21
2025

2126
### Fixed
@@ -423,6 +428,7 @@ Version 5 is a complete code rewrite.
423428
[5.0.0]: https://github.com/thephpleague/oauth2-server/compare/5.0.0-RC2...5.0.0
424429
[5.0.0-RC2]: https://github.com/thephpleague/oauth2-server/compare/5.0.0-RC1...5.0.0-RC2
425430
[5.0.0-RC1]: https://github.com/thephpleague/oauth2-server/compare/4.1.5...5.0.0-RC1
431+
[4.1.7]: https://github.com/thephpleague/oauth2-server/compare/4.1.6...4.1.7
426432
[4.1.6]: https://github.com/thephpleague/oauth2-server/compare/4.1.5...4.1.6
427433
[4.1.5]: https://github.com/thephpleague/oauth2-server/compare/4.1.4...4.1.5
428434
[4.1.4]: https://github.com/thephpleague/oauth2-server/compare/4.1.3...4.1.4

0 commit comments

Comments
 (0)