Skip to content

Releases: laravel/socialite

v5.1.3

05 Jan 17:02
2e6beaf
Compare
Choose a tag to compare

Added

  • Added support for self hosted Gitlab instances (#510)

Fixed

  • Fix scope separator in Gitlab provider (#512)

v5.1.2

04 Dec 15:31
19fc65a
Compare
Choose a tag to compare

Security

  • Revert Facebook picture access token changes (#504)

v5.1.1

24 Nov 17:34
dc786c4
Compare
Choose a tag to compare

Changed

  • Cache User instance to allow $provider->user() to be called multiple times (#498)

v5.1.0

03 Nov 19:25
14082c6
Compare
Choose a tag to compare

Added

  • PHP 8 Support (#495)

v5.0.3

22 Oct 09:24
Compare
Choose a tag to compare

Fixed

  • Include access token when requesting Facebook user profile photo (#489)

v5.0.2

20 Oct 18:53
87dfaaa
Compare
Choose a tag to compare

Fixed

  • Include grant_type=authorization code in token request parameters (#488)

v5.0.1

12 Sep 14:41
61ad2b5
Compare
Choose a tag to compare

Fixed

  • Fix bitbucket provider (#475)

v5.0.0

08 Sep 15:13
35d71b2
Compare
Choose a tag to compare

Added

  • Add custom exceptions for providers of One (#440)
  • Support Laravel 8 (#465, #466)

Changed

  • Only use the read_user scope for GitLab by default (#403)

Removed

v4.4.1

03 Jun 13:30
80951df
Compare
Choose a tag to compare

Fixed

  • Fix containter call (#450)

v4.4.0

02 Jun 16:48
1c1c745
Compare
Choose a tag to compare

Added

  • Support Guzzle 7 (#449)

Removed

  • Remove guzzlehttp/guzzle ~5.0 workaround (#448)