Releases: zendesk/zendesk_api_client_php
Releases · zendesk/zendesk_api_client_php
v2.1.7
- Allow creation of tickets with the asynchronous flag
reference: https://developer.zendesk.com/rest_api/docs/core/tickets#create-ticket-asynchronously
v2.1.6
v2.1.5
- Fix typos especially in docblocks
- Set previous exception when instantiating ApiResponseException
- Added samples
- delete and update ticket
- ticket comments
- attachment in comments
- create end-user
- retrieve end-users
- retrieve tickets by end-user's email address
- create group
- get groups
v2.1.4
v2.1.3
- Update how AppInstallations()->update() is used so that in the payload you can change "enabled"
see: https://developer.zendesk.com/rest_api/docs/core/apps#update-an-app-installation for details.
v2.1.2
- Update DocBlocks for resources with missing methods.
- Update return types in DocBlocks. Most methods now return
stdClass|null
and correctly identify methods with no returns. - Update composer requirements to be less restrictive in the version of Guzzle we use (
^6.0
). - Fix for the usage of the install an app and update an app installation endpoints.
v2.1.1
httpoxy fix