Skip to content

Latest commit

 

History

History
127 lines (83 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

127 lines (83 loc) · 3.02 KB

Changelog

All Notable changes to oauth2-apple will be documented in this file

0.3.0 - 202X-XX-XX

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

0.2.10 - 2022-10-01

Added

  • "sub" to Resource Owner->toArray() #38
  • Apple Key retrieval when using Guzzle Logging #39

0.2.9 - 2022-07-09

Added

  • Method for revoking access and refresh tokens #37

0.2.8 - 2022-05-10

Fixed

0.2.7 - 2022-04-29

Added

  • Support for firebase/php-jwt v6 #31 (thanks to bashgeek)

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

Fixed

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