-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking change in GoogleProvider between laravel/socialite:2.0.21 and laravel/socialite:2.0.22 #5
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # README.md # src/Services/BaseOAuthService.php
Think it would be better if we contact the laravel/socialite team to remove the 2.0.22 because it's breaking changes it should be major version release than the minor fix. Please suggest me it would be good idea. @leehicks or we will update our repo? |
Hi @isreehari I recommend getting in touch with the laravel/socialite team as it sounds like this is something they would need to address. There very well may be a discussion going on about this matter in their issue tracker? |
Hi @wjgilmore it seems to me like we need just need to modify the GoogleProvider in our code because when I compare between 2.0.21 and 2.0.22 there is only one major difference in GoogleProvider file. laravel/socialite@v2.0.21...laravel:v2.0.22 I already put a ticket there and we will see if someone get back to us - laravel/socialite#356 |
There is breaking change in GoogleProvider between laravel/socialite:2.0.21 and laravel/socialite:2.0.22
https://github.com/laravel/socialite/releases/tag/v2.0.22
https://github.com/laravel/socialite/releases/tag/v2.0.21