Skip to content

Releases: thephpleague/oauth2-linkedin

5.1.2

20 Apr 14:00
f9ab661
Compare
Choose a tag to compare

Added

  • Getting resource owner data as an array now includes the email, if provided. - thanks @vyskocilpavel.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

5.1.1

11 Nov 16:58
56614cd
Compare
Choose a tag to compare

Added

  • Improved null checking when checking error responses - thanks @Addvilz.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

5.1.0

23 May 12:04
1cbe875
Compare
Choose a tag to compare

Added

  • Support for attempting to obtain email address when fetching resource owner. - thanks @OJezu

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

5.0.1

11 May 21:44
8461370
Compare
Choose a tag to compare

Added

  • Support for obtaining refresh tokens and their expiration timestamp.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

5.0.0

11 May 19:44
9d06c6c
Compare
Choose a tag to compare

Added

  • Support for obtaining the resource owner email address via second method. - thanks @pajavyskocil and @OJezu

Deprecated

  • Support for LinkedIn API Version 1

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

4.1.1

23 Jul 15:52
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Resolved problem retrieving user detail fields from v1 API - thanks @pwweb and @Akimkin

Removed

  • Nothing

Security

  • Nothing

4.1.0

22 Jun 04:17
c695135
Compare
Choose a tag to compare

Added

  • Add configurable resource owner endpoint version.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

4.0.0

21 Jun 19:05
90f019b
Compare
Choose a tag to compare

Added

  • Update resource owner url to use v2 of API.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

3.1.0

04 May 13:48
7a84f24
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

3.0.0

07 Mar 20:57
Compare
Choose a tag to compare

Added

  • Explicit support for resource owner fields definition
  • Support for accessing resource owner details using dot notation

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Public access to $fields property on League\OAuth2\Client\Provider\LinkedIn instances

Security

  • Nothing