Releases: j0k3r/php-imgur-api-client
Releases · j0k3r/php-imgur-api-client
2.0.1
3.0.0
This version only supports Guzzle 6.
- Models were removed. Response now come directly from Imgur as an
array
In general:
- Add missing exceptions (like
InvalidArgumentException) OAuth2now take aHttpClient(this simplify proxy method inClient)- First parameter of
OAuth2is now aHttpClientInterface
In account endpoint:
changeAccountSettings()now tooks an array of parameters instead of a Model
In conversation endpoint:
conversationList()becomeconversations()
In gallery endpoint:
- default second parameter of
subredditGalleries()is nowtimeinstead ofviral(which doesn't exist anymore)
In notification endpoint:
getNotifications()becomenotifications()
New enpoint supported:
- custom gallery
- topic
Also, the lib is now fully tested with 100% coverage 💚
2.0.0
This version only supports Guzzle 5.
- Models were removed. Response now come directly from Imgur as an
array
In general:
- Add missing exceptions (like
InvalidArgumentException) OAuth2now take aHttpClient(this simplify proxy method inClient)- First parameter of
OAuth2is now aHttpClientInterface
In account endpoint:
changeAccountSettings()now tooks an array of parameters instead of a Model
In conversation endpoint:
conversationList()becomeconversations()
In gallery endpoint:
- default second parameter of
subredditGalleries()is nowtimeinstead ofviral(which doesn't exist anymore)
In notification endpoint:
getNotifications()becomenotifications()
New enpoint supported:
- custom gallery
- topic
Also, the lib is now fully tested with 100% coverage 💚
3.0.0-beta.0 (with Guzzle 6)
First beta release.
The pager is still missing from that release.
2.0.0-beta.0 (with Guzzle 5)
First beta release.
The pager is still missing from that release.
1.1.0
Initial release.
First fully usable release