Skip to content

Commit aa2e3df

Browse files
committed
Add CHANGELOG notes for version 2.3.0
1 parent 909a56d commit aa2e3df

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# OAuth 2.0 Client Changelog
22

3+
## 2.3.0
4+
5+
_Released: 2018-01-13_
6+
7+
* Add `ProviderRedirectTrait` tool for 3rd-party provider libraries to use when
8+
handling provider redirections
9+
* Fix TypeError thrown because `getResourceOwner()` receives a non-JSON Response
10+
* Gracefully handle non-standard errors received from providers
11+
* Update README to reflect official support of PHP 7.2
12+
313
## 2.2.1
414

515
_Released: 2017-04-25_

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2015 Alex Bilbie <[email protected]>
3+
Copyright (c) 2013-2018 Alex Bilbie <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)