Skip to content

Releases: infusionsoft/infusionsoft-php

Rest Contact Custom Fields

25 Apr 04:17
Compare
Choose a tag to compare
Pre-release

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

24 Apr 17:30
Compare
Choose a tag to compare
Pre-release

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

14 Mar 14:17
Compare
Choose a tag to compare
Appointment Service Pre-release
Pre-release

Implemented REST AppointmentService

RESTHooks Beta

19 Oct 20:48
Compare
Choose a tag to compare
RESTHooks Beta Pre-release
Pre-release

Adding initial REST hook support.

Strict versioning on xml-rpc dependencies

06 Jun 15:39
Compare
Choose a tag to compare

This is a bug fix release that addresses the composer file being too lenient in the dependency versions it requires

1.2.2

06 Apr 20:24
Compare
Choose a tag to compare

Changelog

  • Updated README Laravel/Lumen Samples to include all arguments
  • Updated Lumen Service Provider to use the same array keys as the Infusionsoft Class constructor

1.2.1

05 Apr 15:43
Compare
Choose a tag to compare

Fixes #67.
Pull Request #56 fixed this error however it was never released.

REST Services

30 Nov 18:22
Compare
Choose a tag to compare

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.

1.1.1

15 Oct 23:06
Compare
Choose a tag to compare

In this release we added support for Laravel and Lumen

1.1.0

22 Jun 21:18
Compare
Choose a tag to compare

Includes an update to the XML-RPC handler that fixes specific issues on specific endpoints, and bumps minimum PHP version to 5.4.