Skip to content

Commit

Permalink
Merge pull request #312 from driesvints/changelog
Browse files Browse the repository at this point in the history
[4.0] Add changelog and upgrade guide
  • Loading branch information
taylorotwell authored Dec 18, 2018
2 parents 82d6689 + 5ac6e94 commit e6231bb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Release Notes

## [v4.0.0 (2018-12-XX)](https://github.com/laravel/socialite/compare/v3.2.0...v4.0.0)

### Changed

- Removed support for PHP 7.0 ([#311](https://github.com/laravel/socialite/pull/311))
- Require Laravel 5.7 as minimum version ([#311](https://github.com/laravel/socialite/pull/311))

### Fixed

- Fixed and updated the broken LinkedIn provider ([#310](https://github.com/laravel/socialite/pull/310))
11 changes: 11 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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.com/laravel/socialite/pull/310) for all details and changes.

0 comments on commit e6231bb

Please sign in to comment.