Skip to content

Releases: intercom/intercom-php

Adding option to set Guzzle requests timeout

14 Sep 14:47

Choose a tag to compare

Related to #205 added option to set Guzzle requests if needed.
Also, includes fix to remove use of 'function' keyword for compatibility with symfony 2.7 and fix issue with rate limit header unit test failing

Adding rate limit header info

29 Aug 09:50

Choose a tag to compare

This allows users to access rate limit info contained in the rate limit headers in the response.

v3.1.4: Merge pull request #229 from intercom/readme_update

28 Aug 15:59

Choose a tag to compare

v3.1.2

14 Apr 09:56

Choose a tag to compare

Several fixes to phpdocs, contributed by @fnwbr @andrewandante

v3.0.2

07 Oct 09:59

Choose a tag to compare

Add PhpDoc to methods and variables
Add a new method to IntercomUsers to allow fetching details of a single user by its Intercom id

v3.0.1

05 Sep 11:17

Choose a tag to compare

Add method for deleting a user

v3.0.0

26 Jul 10:03

Choose a tag to compare

  • Requires php 5.6 (which is why we are using a major version)
  • Fixes an issue were Notes where not available. Thanks to @512banque for the fix.
  • Readme improvements

v2.0.0

03 May 11:47

Choose a tag to compare

Major rewrite using recent Guzzle

v1.5.0

08 Mar 12:07

Choose a tag to compare

Adds created_since when listing users

v1.4.0

19 Nov 19:29

Choose a tag to compare

Adds order when listing users