Releases: helpscout/helpscout-api-php
Releases · helpscout/helpscout-api-php
3.6.1
- #282 Fix bug where the retry request was not using the new auth headers.
3.6.0
- #282 Added methods to
hide()
and unhide()
a Thread in a conversation.
3.5.2
- PR #278 now throws a
JsonException
if an outbound request to Help Scout's API is unable to generate valid json. This is not a breaking change because previously this invalid state would error out anyways.
3.5.1
- PR #273 adds more webhook header variants for use within Laravel applications
3.5.0
- PR #270 adds support for chat endpoints and chat webhook event types.
3.4.0
- PR #266 brings the ability to access customer property values for a
Customer
- thanks @andryska
3.3.2
- PR #263 SDK can now be used in PHP 8 projects - thanks to @miken32
3.3.1
- PR #261 Now gracefully handling scenarios where failures were encountered when hydrating a
Conversation
where the User
who created the convo had been deleted
3.3.0 - Conversation Sorting Options
- PR #259 adds a few more sorting options for conversations that are supported by the API - thanks @amybowers!
3.2.1 - Guzzle v7
- PR #253 adds compatibility with Guzzle v7 - thanks @dmlogic!