Skip to content

Releases: helpscout/helpscout-api-php

1.8.2

15 Mar 20:03
Compare
Choose a tag to compare
  • Update composer.json to use a tagged version of codeclimate/php-test-reporter instead of dev-master.
  • Fix issue where Conversation threads default to null so getThreads() always returned null. PR #42
  • Fix issue where PUT request responses were not decoded to an array similiar to POST and DELETE. PR #49

1.8.1

13 Jun 14:14
Compare
Choose a tag to compare
  • Fix issue with setting the value of a dropdown custom field
  • Fix bug in the getCustomer method for Webhook
  • Add status to SearchConversation model

1.8.0

19 Feb 20:02
Compare
Choose a tag to compare
  • Added support for Custom Fields returned within a Mailbox details
  • Added support for Custom Field Responses returned with a Conversation

1.7.0

02 Feb 14:50
Compare
Choose a tag to compare
  • Deprecated "Team" reports. With the arrival of "Teams" with the new Plus Plan, the previous "Team" report has been renamed "Company" report
  • Added new reports methods: getCompanyReport, getCustomersHelpedCompanyReport, getCompanyDrillDownReport
  • Aliased old Team reports: getTeamReport -> getCompanyReport, getCustomersHelpedTeamReport -> getCustomersHelpedCompanyReport, getTeamDrillDownReport -> getCompanyDrillDownReport

1.3.11

03 Dec 13:39
Compare
Choose a tag to compare
  • Fixed issue that would prevent from json from being constructed properly when adding an attachment to an existing thread
  • Adding support for missing autoReply and reload params in createConversation. Thanks @bradt
  • Clean up phpdocs