3.9 KiB
3.9 KiB
Changelog
All Notable changes to oauth2-linkedin
will be documented in this file
5.1.2 - 2020-04-20
Added
- Getting resource owner data as an array now includes the email, if provided. - thanks @vyskocilpavel.
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
5.1.1 - 2019-11-11
Added
- Improved null checking when checking error responses - thanks @Addvilz.
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
5.1.0 - 2019-05-22
Added
- Support for attempting to obtain email address when fetching resource owner. - thanks @OJezu
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
5.0.1 - 2019-05-11
Added
- Support for obtaining refresh tokens and their expiration timestamp.
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
5.0.0 - 2019-05-11
Added
- Support for obtaining the resource owner email address via second method. - thanks @pajavyskocil and @OJezu
Deprecated
- Support for LinkedIn API Version 1
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
4.1.1 - 2018-07-23
Added
- Nothing
Deprecated
- Nothing
Fixed
- Resolved problem retrieving user detail fields from v1 API - thanks @pwweb and @Akimkin
Removed
- Nothing
Security
- Nothing
4.1.0 - 2018-06-21
Added
- Add configurable resource owner endpoint version.
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
4.0.0 - 2018-06-21
Added
- Update resource owner url to use v2 of API.
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
3.1.0 - 2018-05-04
Added
- Add a summary field from LinkedIn API - thanks @krainiuk-michael
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
3.0.0 - 2018-03-17
Added
- Explicit support for resource owner fields definition
- Support for accessing resource owner details using dot notation
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Public access to $fields property on League\OAuth2\Client\Provider\LinkedIn instances
Security
- Nothing
2.1.0 - 2017-09-11
Added
- Updated authorization urls - thanks @iisisrael
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
2.0.0 - 2017-01-25
Added
- PHP 7.1 Support
Deprecated
- Nothing
Fixed
- Nothing
Removed
- PHP 5.5 Support
Security
- Nothing
1.0.0 - 2017-01-25
Bump for base package parity
0.4.2 - 2016-11-09
Added
- Nothing
Deprecated
- Nothing
Fixed
- Check if index is set in response during method call
Removed
- Nothing
Security
- Nothing
0.4.1 - 2016-08-06
Added
- Update name of resource owner methods to follow "convention".
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
0.4.0 - 2015-08-20
Added
- Upgrade to support version 1.0 release of core client
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
0.3.0 - 2015-06-11
Added
- Array defined scope definition
Deprecated
- Nothing
Fixed
- Using abstract provider scope separator to format scopes
0.2.0 - 2015-05-26
Added
- Depends on "league/oauth2-client": "0.10.*@dev"
Deprecated
- Default scopes in provider; now requires explicit declaration by consuming applications.
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing
0.1.1 - 2015-03-23
Added
- Nothing
Deprecated
- Nothing
Fixed
- Namespace issue
Removed
- Nothing
Security
- Nothing
0.1.0 - 2015-03-21
Added
- Initial release!
Deprecated
- Nothing
Fixed
- Nothing
Removed
- Nothing
Security
- Nothing