Releases: helpscout/helpscout-api-php
Releases · helpscout/helpscout-api-php
1.8.2
- Update
composer.json
to use a tagged version ofcodeclimate/php-test-reporter
instead ofdev-master
. - Fix issue where
Conversation
threads default tonull
sogetThreads()
always returnednull
. PR #42 - Fix issue where
PUT
request responses were not decoded to an array similiar toPOST
andDELETE
. PR #49
1.8.1
- 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
- Added support for Custom Fields returned within a Mailbox details
- Added support for Custom Field Responses returned with a Conversation
1.7.0
- 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