Releases: Happyr/LinkedIn-API-client
Releases · Happyr/LinkedIn-API-client
Stable release!
Update dependencies
- Using stable version of php-http/discovery.
- Style fixes
- Added meta files
- Dropping php 5.4 support.
New login UI and updated dependencies
0.7.1 Added changelog for 0.7.1 (#108)
Decoupled from Guzzle.
Merge pull request #96 from Happyr/prepare Prepare for 0.7
Better error handling and more clear error messages
Added docs and deprecated warnings
Merge pull request #87 from Happyr/warnings Added deprecated warnings
Version 0.6.1
This release includes code style fixes and improves the way url endpoints are handled. See #56
Version 0.6.0
Using POST body when retrieving access token from API.
Did also removed LinkedIn::getUserId
and AccessToken::constructFromJson
.
Version 0.5.1
Updated the documentation and changed the user agent.
Version 0.5.0
Major changes:
- New signature for LinkedIn::api
- Updated the RequestInterface
- Disabled automatic check if we should use IlluminateSessionStorage
- Added 'simple_xml' as format
- Removed the protected LinkedIn::init, you have to inject dependencies with setters
Other changes:
- PSR-2
- PSR-4
- Added LinkedIn::getLastHeaders
- Using the Authorization header
- Added more docs
Remember to read the Upgrade.md if you are upgrading from 0.4.0