-
Notifications
You must be signed in to change notification settings - Fork 146
Releases: intercom/intercom-php
Releases · intercom/intercom-php
New PHP release
@Eclairemoy
Eclairemoy
76c35cb
This commit was created on GitHub.com and signed with GitHub’s verified signature.
5.0.1 Update README.md (#379)
Assets 2
v5.0.0
@Eclairemoy
Eclairemoy
75592ed
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The Intercom team is excited to announce a new and improved PHP SDK.
What's Changed
New Contributors
Full Changelog: v4.5.1...v5.0.0
Assets 2
Supporting http-message@v2 and some minor bugfixes.
@dannyfallon
dannyfallon
2a70244
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Allow psr/http-message v2 by @FlashBlack in #364
- Make
IntercomClient::$passwordexplicitly nullable by @hhamon in #373
New Contributors
- @FlashBlack made their first contribution in #364
- @hhamon made their first contribution in #373
Full Changelog: v4.5.0...v4.5.1
Assets 2
HTTP: Add support for PSR17/PSR18
@dannyfallon
dannyfallon
b7ea190
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- HTTP: add support for PSR17/PSR18 and drop usage of deprecated client discovery by @glaubinix in #363
New Contributors
- @glaubinix made their first contribution in #363
Assets 2
Fixes and Improvements
@johnnynader
johnnynader
6ba3318
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Assets 2
Fix bug in nextSearchPage
@GabrielAnca
GabrielAnca
092d1e2
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed a bug in nextSearchPage. This method was wrongfully processing the response twice, which could lead to exceptions depending on the PHP configuration.
Assets 2
Fix bug in contact update method
@GabrielAnca
GabrielAnca
acb9f20
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
The previous release introduced support for the Contacts API. However, the contact update method wasn't working because it was missing the contact id in the URL. This release fixes the $client->contacts->update method.
Assets 2
Add support for API 2.0
@GabrielAnca
GabrielAnca
f1a443b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
This release includes the following:
- API 2.0 support: Contact resource and Conversation Search.
- Updates to the readme to specify which resources are available in which versions.
Assets 2
Add support for Teams
@GabrielAnca
GabrielAnca
3392907
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
This release adds support for Teams:
- List all teams with
$intercomClient->teams->getTeams() - Get a single team with
$intercomClient->teams->getTeam($id)
Assets 2
Add support for listing users of a company
This release adds support for listing users of a company via $intercomClient->companies->getCompanyUsers($id)