Skip to content

Releases: helpscout/helpscout-api-php

3.7.0

18 Dec 19:26
3fbe4d4
Compare
Choose a tag to compare

What's Changed

  • Support hydrating embedded threads in incoming webhooks by @matt-h in #289
    When an incoming webhook for a conversation contains embedded data for its threads, new Thread objects will be created and hydrated with that data automatically.

New Contributors

Full Changelog: 3.6.6...3.7.0

3.6.6

19 May 14:31
479a72e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.6.5...3.6.6

3.6.5

23 Feb 13:56
b55a9b6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.6.4...3.6.5

3.6.4

17 Jan 09:35
2a49a96
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.6.3...3.6.4

3.6.3

18 Feb 14:10
da2db3f
Compare
Choose a tag to compare

What's Changed

  • Add missing 'text' property to Conversation Custom Fields by @pchemali in #286

New Contributors

Full Changelog: 3.6.2...3.6.3

3.6.2

12 Aug 16:09
658c37e
Compare
Choose a tag to compare
  • #283 Added ability to update a customer's property values - thanks @leewillis77 for the contribution!

3.6.1

15 Jul 11:27
3a0984d
Compare
Choose a tag to compare
  • #282 Fix bug where the retry request was not using the new auth headers.

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