Releases: zendesk/zendesk_api_client_php
Releases · zendesk/zendesk_api_client_php
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