Skip to content

Releases: helpscout/helpscout-api-php

3.10.0

01 Oct 13:19
090b6d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.9.0...3.10.0

3.9.0

31 Jul 11:22
7ce4fe1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.8.0...3.9.0

3.8.0

11 Jun 23:24
80d7c9a
Compare
Choose a tag to compare

What's Changed

  • Added functionality to get embedded threads by @wotta in #317

New Contributors

Full Changelog: 3.7.0...3.8.0

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.