3.3 KiB
3.3 KiB
Changelog
All Notable changes to oauth2-apple will be documented in this file
0.4.0 - 202X-XX-XX
Added
- Nothing
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
0.3.0 - 2024-05-18
Added
- Allow lcobucci/jwt ^5.0 #44
Fixed
- Handle different JWT::decode signatures #54
0.2.10 - 2022-10-01
Added
0.2.9 - 2022-07-09
Added
- Method for revoking access and refresh tokens #37
0.2.8 - 2022-05-10
Fixed
- Issue with firebase/php-jwt v5 #34 (thanks to tjveldhuizen)
0.2.7 - 2022-04-29
Added
0.2.6 - 2021-08-25
Added
- GitHub Actions CI
Removed
- Travis CI
Fixed
- Fixed bug with serialization of AppleAccessToken #29 (thanks to tjveldhuizen)
0.2.5 - 2021-03-10
Fixed
- Fix BC-break for combination of PHP 7.4 and lcobucci/jwt 3.4 #25 (thanks to tjveldhuizen)
0.2.4 - 2021-01-17
Added
- Codecov for Code Coverage
Fixed
- Few compatibility issues with PHP 8 and PHP 5.6 (Read #16 for more details)
0.2.3 - 2021-01-05
Added
- Using guzzle http instead of file_get_contents #14/#17 (thanks to jmalinens and williamxsp)
- README no scope instruction #15 (thanks to NgSekLong)
- README leeway usage #18 (thanks to lukequinnell)
Fixed
- Fixed getting first and last name issues #13 (thanks to bogdandovgopol)
0.2.1 - 2020-02-13
Added
- Nothing
Deprecated
- Nothing
Fixed
- Handling of Apples JSON Web Key Set
- Undefined index: code #4 (thanks to Darlinkster)
Removed
- Nothing
Security
- Nothing
0.2.0 - 2019-10-31
Added
- PHP 5.6 compatibility
- More test cases
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
0.1.0 - 2019-10-18
Added
- Initial release!
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing