Skip to content

Releases: laravel/socialite

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)

v4.3.2

04 Feb 15:30
4bd66ee
Compare
Choose a tag to compare

Fixed

  • Use Authorization header for Github provider (#430)

v4.3.1

26 Nov 17:43
2d670d5
Compare
Choose a tag to compare

Fixed

  • Override SocialiteServiceProvider::isDeferred() to mark as deferred (#412)