Skip to content

Releases: helpscout/helpscout-api-php

3.6.0

15 Jul 10:43
eae536d
Compare
Choose a tag to compare
  • #282 Added methods to hide() and unhide() a Thread in a conversation.

3.5.2

29 Jun 20:11
fe55503
Compare
Choose a tag to compare
  • 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

02 Jun 16:12
eb9d709
Compare
Choose a tag to compare
  • PR #273 adds more webhook header variants for use within Laravel applications

3.5.0

23 Apr 08:56
c1eb457
Compare
Choose a tag to compare
  • PR #270 adds support for chat endpoints and chat webhook event types.

3.4.0

08 Apr 13:21
be33a8a
Compare
Choose a tag to compare
  • PR #266 brings the ability to access customer property values for a Customer - thanks @andryska

3.3.2

27 Jan 18:45
8f99d01
Compare
Choose a tag to compare
  • PR #263 SDK can now be used in PHP 8 projects - thanks to @miken32

3.3.1

26 Jan 20:13
c749a07
Compare
Choose a tag to compare
  • 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

08 Dec 15:47
52c19c1
Compare
Choose a tag to compare
  • PR #259 adds a few more sorting options for conversations that are supported by the API - thanks @amybowers!

3.2.1 - Guzzle v7

23 Sep 17:49
72b225d
Compare
Choose a tag to compare
  • PR #253 adds compatibility with Guzzle v7 - thanks @dmlogic!

3.2.0

02 Jul 20:27
c76f67c
Compare
Choose a tag to compare
  • PR #244 introduces the ability for the SDK to automatically refresh expired tokens. There's a new section in the documentation on Automatically Refreshing Expired tokens that includes examples on how to enable and utilize this functionality