Skip to content

Releases: Happyr/LinkedIn-API-client

Stable release!

15 Aug 10:39
Compare
Choose a tag to compare

Removed php-http/message from composer.json

Update dependencies

18 Jul 14:14
Compare
Choose a tag to compare
  • Using stable version of php-http/discovery.
  • Style fixes
  • Added meta files
  • Dropping php 5.4 support.

New login UI and updated dependencies

01 Jul 12:47
Compare
Choose a tag to compare
0.7.1

Added changelog for 0.7.1 (#108)

Decoupled from Guzzle.

06 Mar 07:59
Compare
Choose a tag to compare
Merge pull request #96 from Happyr/prepare

Prepare for 0.7

Better error handling and more clear error messages

31 Dec 09:57
Compare
Choose a tag to compare

Added docs and deprecated warnings

22 Dec 18:11
Compare
Choose a tag to compare
Merge pull request #87 from Happyr/warnings

Added deprecated warnings

Version 0.6.1

01 Jul 17:08
Compare
Choose a tag to compare

This release includes code style fixes and improves the way url endpoints are handled. See #56

Version 0.6.0

12 Jun 14:11
Compare
Choose a tag to compare

Using POST body when retrieving access token from API.
Did also removed LinkedIn::getUserId and AccessToken::constructFromJson.

Version 0.5.1

18 May 11:28
Compare
Choose a tag to compare

Updated the documentation and changed the user agent.

Version 0.5.0

07 May 05:53
Compare
Choose a tag to compare

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