Skip to content

Latest commit

 

History

History
145 lines (78 loc) · 5.23 KB

CHANGELOG.md

File metadata and controls

145 lines (78 loc) · 5.23 KB

Release Notes

Added

  • PHP 8 Support (#495)

Fixed

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

Fixed

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

Fixed

  • Fix bitbucket provider (#475)

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

Fixed

  • Fix containter call (#450)

Added

  • Support Guzzle 7 (#449)

Removed

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

Fixed

  • Use Authorization header for Github provider (#430)

Fixed

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

Added

  • Allow to manually set desired Facebook graph version (#408)

Changed

  • Change default Facebook graph version to 3.3 (#408)

Added

  • Laravel 6.0 support (#390)

Changed

  • Updated version constraints for Laravel 6.0 (3fe71f1)

Fixed

  • Fix bug with no LinkedIn email addresses (#355)

Fixed

  • Use proper key name for original avatar in Google Provider (5ec0024)

Fixed

  • Update Google API urls (#346)

Added

Fixed

  • Handle Google responses excluding 'name' (#340)

Fixed

  • Use proper localized name (#329)

Fixed

  • Fix a bug with no LinkedIn image (81adfcc)

Fixed

  • Fixed broken GoogleProvider (#316)

Changed

  • Removed support for PHP 7.0 (#311)
  • Require Laravel 5.7 as minimum version (#311)

Fixed

  • Fixed and updated the broken LinkedIn provider (#310)