Releases: infusionsoft/infusionsoft-php
Increase Guzzle Timeout
This release increases the Guzzle Http Client timeout to be 60 seconds instead of 10.
Rest Contact Custom Fields
Added Contact Custom Fields Endpoint. Only contacts is supported at this time. Other Custom field endpoints will be added soon.
Usage
$infusionsoft->customfields()->all();
REST Contacts and Campaigns
This release introduces endpoints for Contacts and GET endpoints for Campaigns. This release also includes the CreditCardSubmissionService mention in issue #66.
Breaking Change
The Contact Services now has two different classes handling each service - one for REST, one for XML-RPC. This version of the SDK will load the REST class by default. If you still need the XML-RPC class, pass 'xml' as an argument when requesting the object: $infusionsoft->contacts('xml')
Appointment Service
Implemented REST AppointmentService
RESTHooks Beta
Adding initial REST hook support.
Strict versioning on xml-rpc dependencies
This is a bug fix release that addresses the composer file being too lenient in the dependency versions it requires
1.2.2
1.2.1
REST Services
In this release we have added access to some restful endpoints (For documentation see https://developer.infusionsoft.com/docs/rest/).
Before upgrading, please read the readme as there is a potential breaking change for some services.