Skip to content

Releases: zendesk/zendesk_api_client_php

v3.0.1

22 Dec 00:42
Compare
Choose a tag to compare

Bugfix: This only updates the lib version, which was stuck to v2.2.9, which makes the user agent correct.

PaginationIterator to use with OBP to CBP upgrade

17 Nov 04:41
d1f7c81
Compare
Choose a tag to compare

See CBP_UPGRADE_GUIDE.md

What's Changed

New Contributors

Full Changelog: v2.2.17...v3.0.0

v2.2.17

11 Jul 04:07
453c977
Compare
Choose a tag to compare

Fix webhook delete

v2.2.15

20 Jun 05:25
d1da1a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.14...v2.2.15

v2.2.14

10 Feb 00:18
0676e4c
Compare
Choose a tag to compare

Add support to manage webhooks

  • Create
  • Update
  • Delete
  • FindAll

v2.2.13

01 Feb 23:35
0f3bf99
Compare
Choose a tag to compare

What's Changed

  • Adding translation as a resource so that we can get translations.
  • Also making apiBasePath dynamic, so that you can specify you own instead of the hard-coded one - api/v2.

v2.2.12

05 Jan 06:20
21ed028
Compare
Choose a tag to compare

What's Changed

  • Declare dependency on guzzlehttp/psr7 by @wouterj in #476
  • Fix PHP 8 introduced breaking change to call_user_func_array() by @Afnisse in #478
  • change stream_for() to Utils::streamFor() to retain Guzzle 7.2 compatibility by @spencerrlongg in #469

New Contributors

Full Changelog: v2.2.11...v2.2.12

Add Input Validation for Zendesk Subdomain

28 Apr 22:01
b451b74
Compare
Choose a tag to compare

Lack of input validation of the Zendesk subdomain could expose users of the library to Server Side Request Forgery (SSRF).

Validate the provided Zendesk subdomain to be a valid subdomain in:

  • getAuthUrl
  • getAccessToken

References

v2.2.10

02 Oct 15:42
13f0c1f
Compare
Choose a tag to compare

Updated library dependencies

v2.2.9

30 Jun 23:22
1ed38d1
Compare
Choose a tag to compare
  • Minor Documentation changes
  • Remove secrets and tokens from commit history