close
Skip to content

Tags: intercom/intercom-php

Tags

5.0.3

Toggle 5.0.3's commit message
Release 5.0.3

0.0.0-test1

Toggle 0.0.0-test1's commit message
Release 0.0.0-test1

5.0.2

Toggle 5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
SDK regeneration (#397)

Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>

5.0.1

Toggle 5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md (#379)

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
SDK regeneration (#378)

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>

v4.5.1

Toggle v4.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make `IntercomClient::$password` explicitly nullable (#373)

This prevents a deprecation warning from showing up since PHP 8.4

```
Deprecated: Intercom\IntercomClient::__construct(): Implicitly marking parameter $password as nullable is deprecated, the explicit nullable type must be used instead in /<redacted-path>/vendor/intercom/intercom-php/src/IntercomClient.php on line 148
```

v4.5.0

Toggle v4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Http: add support for PSR17/PSR18 and drop usage of deprecated client…

… discovery (#363)

4.4.3

Toggle 4.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #342 from intercom/jn/update-readme

update readme

v4.4.3

Toggle v4.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #342 from intercom/jn/update-readme

update readme

v4.4.2

Toggle v4.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bug where handleResponse() is called twice (#318)

You'll probably want better tests here....