Release notes
*Sourced from [laravel/socialite's releases](https://github.com/laravel/socialite/releases).*
> ## v4.0.3
> ### Fixed
> - Use proper localized name ([#329](https://github-redirect.dependabot.com/laravel/socialite/pull/329))
>
> ## v4.0.2
> ### Fixed
> - Fix a bug with no LinkedIn image ([81adfcc](https://github.com/laravel/socialite/commit/81adfcc4f7df3a470cdab8a500db77c0de5d01a3))
>
> ## v4.0.1
> ### Fixed
>
> - Fixed broken `GoogleProvider` ([#316](https://github-redirect.dependabot.com/laravel/socialite/pull/316))
>
> ## v4.0.0
> ### Changed
>
> - Removed support for PHP 7.0 ([#311](https://github-redirect.dependabot.com/laravel/socialite/pull/311))
> - Require Laravel 5.7 as minimum version ([#311](https://github-redirect.dependabot.com/laravel/socialite/pull/311))
>
> ### Fixed
>
> - Fixed and updated the broken LinkedIn provider ([#310](https://github-redirect.dependabot.com/laravel/socialite/pull/310))
Changelog
*Sourced from [laravel/socialite's changelog](https://github.com/laravel/socialite/blob/4.0/CHANGELOG.md).*
> ## [v4.0.3 (2019-01-21)](https://github.com/laravel/socialite/compare/v4.0.2...v4.0.3)
>
> ### Fixed
> - Use proper localized name ([#329](https://github-redirect.dependabot.com/laravel/socialite/pull/329))
>
> ## [v4.0.2 (2019-01-21)](https://github.com/laravel/socialite/compare/v4.0.1...v4.0.2)
>
> ### Fixed
> - Fix a bug with no LinkedIn image ([81adfcc](https://github.com/laravel/socialite/commit/81adfcc4f7df3a470cdab8a500db77c0de5d01a3))
>
> ## [v4.0.1 (2018-12-20)](https://github.com/laravel/socialite/compare/v4.0.0...v4.0.1)
>
> ### Fixed
> - Fixed broken `GoogleProvider` ([#316](https://github-redirect.dependabot.com/laravel/socialite/pull/316))
>
> ## [v4.0.0 (2018-12-18)](https://github.com/laravel/socialite/compare/v3.2.0...v4.0.0)
>
> ### Changed
> - Removed support for PHP 7.0 ([#311](https://github-redirect.dependabot.com/laravel/socialite/pull/311))
> - Require Laravel 5.7 as minimum version ([#311](https://github-redirect.dependabot.com/laravel/socialite/pull/311))
>
> ### Fixed
> - Fixed and updated the broken LinkedIn provider ([#310](https://github-redirect.dependabot.com/laravel/socialite/pull/310))
Upgrade guide
*Sourced from [laravel/socialite's upgrade guide](https://github.com/laravel/socialite/blob/4.0/UPGRADE.md).*
> # Upgrade Guide
>
> ## Upgrading To 4.0 From 3.0
>
> ### PHP & Laravel Version Requirements
>
> Like the latest releases of the Laravel framework, Laravel Socialite now requires PHP >= 7.1.3. We encourage you to upgrade to the latest versions of PHP and Laravel before upgrading to Socialite 4.0.
>
> ### LinkedInProvider Changes
>
> The `LinkedInProvider` was updated to make use of the latest API version of LinkedIn. The provider will now only retrieve the most basic fields and removes the `fields` method from the provider. Please review [the related PR](https://github-redirect.dependabot.com/laravel/socialite/pull/310) for all details and changes.
Commits
- [`25eea36`](https://github.com/laravel/socialite/commit/25eea36010c4e714c58a4792ef52b0a8e8a9c21c) Update changelog
- [`b50e13c`](https://github.com/laravel/socialite/commit/b50e13c7891de9af3e14ffe0516aff616a40f89c) Merge pull request [#329](https://github-redirect.dependabot.com/laravel/socialite/issues/329) from Crypton33/4.0
- [`6dfa6e3`](https://github.com/laravel/socialite/commit/6dfa6e3ad8c8fc87533a5e8364ea8d60b5ac6fb7) Fix StyleCI warnings
- [`79c6784`](https://github.com/laravel/socialite/commit/79c6784a2e6d9e6fc2847c3d69bf964431711a7b) Exposed the first_name and last_name fields in the LinkedIn user
- [`6e06f83`](https://github.com/laravel/socialite/commit/6e06f830a342f0fa797a474a3a826dc9e256e9e1) LinkedIn name is now retrieved correctly for users with locale other than en_US
- [`ed5cc1d`](https://github.com/laravel/socialite/commit/ed5cc1dfc6d971726090163c239ff4b3c6d1a15e) Update changelog
- [`81adfcc`](https://github.com/laravel/socialite/commit/81adfcc4f7df3a470cdab8a500db77c0de5d01a3) Fix a bug with no LinkedIn image
- [`c51c740`](https://github.com/laravel/socialite/commit/c51c740759f9a3552a14553e0017ec3bcdf35138) Update .editorconfig
- [`ad71c26`](https://github.com/laravel/socialite/commit/ad71c2691b04d843e24608ca13d9e004a34907d0) Update changelog
- [`73bbd8c`](https://github.com/laravel/socialite/commit/73bbd8c105d2cb978ed4733f29f6f2b5f65f77a1) Merge pull request [#316](https://github-redirect.dependabot.com/laravel/socialite/issues/316) from joshbrown/fix-google-response-object
- Additional commits viewable in [compare view](https://github.com/laravel/socialite/compare/v3.2.0...v4.0.3)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will not automatically merge this PR because it includes a major update to a production dependency.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps laravel/socialite from 3.2.0 to 4.0.3.
Release notes
*Sourced from [laravel/socialite's releases](https://github.com/laravel/socialite/releases).* > ## v4.0.3 > ### Fixed > - Use proper localized name ([#329](https://github-redirect.dependabot.com/laravel/socialite/pull/329)) > > ## v4.0.2 > ### Fixed > - Fix a bug with no LinkedIn image ([81adfcc](https://github.com/laravel/socialite/commit/81adfcc4f7df3a470cdab8a500db77c0de5d01a3)) > > ## v4.0.1 > ### Fixed > > - Fixed broken `GoogleProvider` ([#316](https://github-redirect.dependabot.com/laravel/socialite/pull/316)) > > ## v4.0.0 > ### Changed > > - Removed support for PHP 7.0 ([#311](https://github-redirect.dependabot.com/laravel/socialite/pull/311)) > - Require Laravel 5.7 as minimum version ([#311](https://github-redirect.dependabot.com/laravel/socialite/pull/311)) > > ### Fixed > > - Fixed and updated the broken LinkedIn provider ([#310](https://github-redirect.dependabot.com/laravel/socialite/pull/310))Changelog
*Sourced from [laravel/socialite's changelog](https://github.com/laravel/socialite/blob/4.0/CHANGELOG.md).* > ## [v4.0.3 (2019-01-21)](https://github.com/laravel/socialite/compare/v4.0.2...v4.0.3) > > ### Fixed > - Use proper localized name ([#329](https://github-redirect.dependabot.com/laravel/socialite/pull/329)) > > ## [v4.0.2 (2019-01-21)](https://github.com/laravel/socialite/compare/v4.0.1...v4.0.2) > > ### Fixed > - Fix a bug with no LinkedIn image ([81adfcc](https://github.com/laravel/socialite/commit/81adfcc4f7df3a470cdab8a500db77c0de5d01a3)) > > ## [v4.0.1 (2018-12-20)](https://github.com/laravel/socialite/compare/v4.0.0...v4.0.1) > > ### Fixed > - Fixed broken `GoogleProvider` ([#316](https://github-redirect.dependabot.com/laravel/socialite/pull/316)) > > ## [v4.0.0 (2018-12-18)](https://github.com/laravel/socialite/compare/v3.2.0...v4.0.0) > > ### Changed > - Removed support for PHP 7.0 ([#311](https://github-redirect.dependabot.com/laravel/socialite/pull/311)) > - Require Laravel 5.7 as minimum version ([#311](https://github-redirect.dependabot.com/laravel/socialite/pull/311)) > > ### Fixed > - Fixed and updated the broken LinkedIn provider ([#310](https://github-redirect.dependabot.com/laravel/socialite/pull/310))Upgrade guide
*Sourced from [laravel/socialite's upgrade guide](https://github.com/laravel/socialite/blob/4.0/UPGRADE.md).* > # Upgrade Guide > > ## Upgrading To 4.0 From 3.0 > > ### PHP & Laravel Version Requirements > > Like the latest releases of the Laravel framework, Laravel Socialite now requires PHP >= 7.1.3. We encourage you to upgrade to the latest versions of PHP and Laravel before upgrading to Socialite 4.0. > > ### LinkedInProvider Changes > > The `LinkedInProvider` was updated to make use of the latest API version of LinkedIn. The provider will now only retrieve the most basic fields and removes the `fields` method from the provider. Please review [the related PR](https://github-redirect.dependabot.com/laravel/socialite/pull/310) for all details and changes.Commits
- [`25eea36`](https://github.com/laravel/socialite/commit/25eea36010c4e714c58a4792ef52b0a8e8a9c21c) Update changelog - [`b50e13c`](https://github.com/laravel/socialite/commit/b50e13c7891de9af3e14ffe0516aff616a40f89c) Merge pull request [#329](https://github-redirect.dependabot.com/laravel/socialite/issues/329) from Crypton33/4.0 - [`6dfa6e3`](https://github.com/laravel/socialite/commit/6dfa6e3ad8c8fc87533a5e8364ea8d60b5ac6fb7) Fix StyleCI warnings - [`79c6784`](https://github.com/laravel/socialite/commit/79c6784a2e6d9e6fc2847c3d69bf964431711a7b) Exposed the first_name and last_name fields in the LinkedIn user - [`6e06f83`](https://github.com/laravel/socialite/commit/6e06f830a342f0fa797a474a3a826dc9e256e9e1) LinkedIn name is now retrieved correctly for users with locale other than en_US - [`ed5cc1d`](https://github.com/laravel/socialite/commit/ed5cc1dfc6d971726090163c239ff4b3c6d1a15e) Update changelog - [`81adfcc`](https://github.com/laravel/socialite/commit/81adfcc4f7df3a470cdab8a500db77c0de5d01a3) Fix a bug with no LinkedIn image - [`c51c740`](https://github.com/laravel/socialite/commit/c51c740759f9a3552a14553e0017ec3bcdf35138) Update .editorconfig - [`ad71c26`](https://github.com/laravel/socialite/commit/ad71c2691b04d843e24608ca13d9e004a34907d0) Update changelog - [`73bbd8c`](https://github.com/laravel/socialite/commit/73bbd8c105d2cb978ed4733f29f6f2b5f65f77a1) Merge pull request [#316](https://github-redirect.dependabot.com/laravel/socialite/issues/316) from joshbrown/fix-google-response-object - Additional commits viewable in [compare view](https://github.com/laravel/socialite/compare/v3.2.0...v4.0.3)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will not automatically merge this PR because it includes a major update to a production dependency.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.