Skip to content

Tags: intercom/intercom-php

Tags

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....

v4.4.1

Toggle v4.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixing broken Contacts update method (#311)

* fixing broken update method

"update" should follow the same pattern as other methods like deleteContact and getContact that require "id" based on the API documentation.

* updates tests and README for broken Contact method

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update readme with API versions (#308)

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for teams (#305)

* Add support for teams

* Typo fix

v4.2.0

Toggle v4.2.0's commit message
Add support for listing users of a company (Fixes: #285) (#287)

* Add support for listing users of a company

* Remove unneeded method and add to readme

* Remove unneeded test

v4.1.2

Toggle v4.1.2's commit message
Add .gitattributes to shrink installs (#286)