Skip to content

Releases: j0k3r/php-imgur-api-client

2.0.1

05 Feb 20:38

Choose a tag to compare

Reminder: this version only supports Guzzle 5.

  • Fix bad 404 received from Imgur #21

3.0.0

04 Nov 13:31

Choose a tag to compare

This version only supports Guzzle 6.

⚠️ Biggest changes:

  • Models were removed. Response now come directly from Imgur as an array

In general:

  • Add missing exceptions (like InvalidArgumentException)
  • OAuth2 now take a HttpClient (this simplify proxy method in Client)
  • First parameter of OAuth2 is now a HttpClientInterface

In account endpoint:

  • changeAccountSettings() now tooks an array of parameters instead of a Model

In conversation endpoint:

  • conversationList() become conversations()

In gallery endpoint:

  • default second parameter of subredditGalleries() is now time instead of viral (which doesn't exist anymore)

In notification endpoint:

  • getNotifications() become notifications()

New enpoint supported:

  • custom gallery
  • topic

Also, the lib is now fully tested with 100% coverage 💚

2.0.0

04 Nov 13:31

Choose a tag to compare

This version only supports Guzzle 5.

⚠️ Biggest changes:

  • Models were removed. Response now come directly from Imgur as an array

In general:

  • Add missing exceptions (like InvalidArgumentException)
  • OAuth2 now take a HttpClient (this simplify proxy method in Client)
  • First parameter of OAuth2 is now a HttpClientInterface

In account endpoint:

  • changeAccountSettings() now tooks an array of parameters instead of a Model

In conversation endpoint:

  • conversationList() become conversations()

In gallery endpoint:

  • default second parameter of subredditGalleries() is now time instead of viral (which doesn't exist anymore)

In notification endpoint:

  • getNotifications() become notifications()

New enpoint supported:

  • custom gallery
  • topic

Also, the lib is now fully tested with 100% coverage 💚

3.0.0-beta.0 (with Guzzle 6)

18 Oct 20:48
8585d4f

Choose a tag to compare

Pre-release

First beta release.
The pager is still missing from that release.

2.0.0-beta.0 (with Guzzle 5)

18 Oct 20:47
e6bd4fe

Choose a tag to compare

Pre-release

First beta release.
The pager is still missing from that release.

1.1.0

16 Sep 22:06
9a794de

Choose a tag to compare

  • Fix AuthException #2
  • Added functionality for authorization with 'pin' request type #5

Initial release.

18 Feb 13:59

Choose a tag to compare

First fully usable release