Skip to content

Releases: zendesk/zendesk_api_client_php

v2.2.5

26 Jan 06:54
Compare
Choose a tag to compare
  • Add Article Create support #372

v2.2.4

18 Jan 03:18
Compare
Choose a tag to compare
  • Add CRUD support of Ticket Field Options : #368

v2.2.3

20 Sep 09:21
Compare
Choose a tag to compare
  • Add resource for api/v2/zopim_integration.json endpoint

v2.2.2

09 Aug 09:45
Compare
Choose a tag to compare
  • Add support for installing Chat apps

v2.2.1

07 Aug 07:22
Compare
Choose a tag to compare
Merge branch 'master' of github.com:zendesk/zendesk_api_client_php

v2.2.0

14 Jul 06:48
Compare
Choose a tag to compare
  • Support sections in Help Center
  • Zendesk\Api\Middleware\RetryHandler middleware for retrying requests
  • Zendesk\Api\HttpClient added default behaviour for retrying requests with ssl issue

v2.1.11

17 May 07:01
Compare
Choose a tag to compare

Changelogs:

  • Added search for HelpCenter Articles
  • Added support for PSR-7 filestreams
  • Added more examples for attachments, helpcenter, and categories

v2.1.10

12 Apr 16:05
Compare
Choose a tag to compare
  • Preserve original exception when throwing an ApiResponseException

v2.1.9

27 Mar 04:31
Compare
Choose a tag to compare
  • Allow merging of other users if authenticated user is an admin.
  • Fix DeleteMany doc hint return type

v2.1.8

01 Mar 05:46
Compare
Choose a tag to compare
  • Make use of the string cast of getBody() rather than getBody()->getContent() to avoid issues with Guzzle middlewares reading and emptying the body stream.