Skip to content

Commit 08ff6a4

Browse files
committed
Added upgrade info to 0.6
1 parent 62c2116 commit 08ff6a4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Upgrade.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Upgrade from 0.5 to 0.6
2+
3+
## Changes
4+
5+
* When exchanging the code for an access token we are now using the post body instead of query parameters
6+
* Better error handling when exchange from code to access token fails
7+
8+
## BC breaks
9+
10+
There are a few minor BC breaks. We removed the functions below:
11+
12+
* `LinkedIn::getUserId`, use `LinkedIn::getUser` instead
13+
* `AccessToken::constructFromJson`, Use the constructor instead.
14+
115
# Upgrade from 0.4 to 0.5
216

317
## Changed signature of `LinkedIn::api`

0 commit comments

Comments
 (0)