Skip to content

Releases: Wisembly/intercom-php

New Intercom API

02 Jul 13:13
Compare
Choose a tag to compare

Changelog

  • The new common endpoint used by User and Event clients is https://api.intercom.io
  • For POST, PUT, PATCH and DELETE request, body is sent in json parameter instead of body
  • Merge Client\User::create() and Client\User::update() into Client\User::createOrUpdate()
  • Client\User::createOrUpdate() handle bulk if an array is given.
  • Object\User::customData become Object\User::customAttributes
  • PaginatedResponse::nextPage become PaginatedResponse::nextUrl.
  • UserSearch::perPage default is now 50 instead of 100
  • UserSearch::tagName removed
  • UserSearch::sort removed
  • UserSearch::segmentId added

Road to stable version

13 Jun 14:07
Compare
Choose a tag to compare

This release adds some feature and fixes to approach a stable version.

User collection feature

26 May 08:50
Compare
Choose a tag to compare
Fix some issues. Move ObjectInterface to FormatableInterface. Add com…

…ments on UserSearch.

Improve Client

16 May 10:37
Compare
Choose a tag to compare
v1.0.3

Complete HttpClientException with code and previous exception.

Minors fixes on unit tests

24 Apr 16:14
Compare
Choose a tag to compare

The v1.0.1 was push after drunk and the build has failed :(

Change the behavior of the base url

24 Apr 16:06
Compare
Choose a tag to compare
v1.0.1

The absolute url is now generated in createRequest() method.

First release

24 Apr 08:27
Compare
Choose a tag to compare

This release implements the first behavior. It embeds the possibility to send Events to Intercom.