Skip to content

Tags: siremi/hubspot-php

Tags

v1.0.4

Toggle v1.0.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Correctly call Event API.

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
ryanwinchester Ryan Winchester
Update readme

closes HubSpot#75

v1.0.2

Toggle v1.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Get all deals associated with a specific client (HubSpot#83)

Created the method associateWithContact to get all deals associated with a specific client VID

v1.0.1

Toggle v1.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Get full error message (HubSpot#80)

Guzzle truncates Exception->getMessage(). Use Exception->getResponse()->getBody()->getContents() to get full error message.

v1.0.0

Toggle v1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[FEATURE] Allow passing of request options and own error handling (Hu…

…bSpot#79)

With this change, it is now possible to set options to be passed
with the request method on a per callee level. Each client creation
is able to accept options, that will be applied to each call to
any request function and be respected by Guzzle Requests.
The default behaviour will be as before that change.

Additionally, the exception handling and the Response wrapping
into a SevenShores\Hubspot\Http\Response object can be avoided.
So it is possible to care for the error handling in the own
application.
Again, the default behaviour remains unchanged, the response
is wrapped and SevenShores\Hubspot\Exceptions are thrown.

v1.0.0-rc.4

Toggle v1.0.0-rc.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
OAuth2 support (HubSpot#69)

* Add support for OAuth2

* Throw an InvalidArgument exception if the user requests oauth1 and 2.

v1.0.0-rc.3

Toggle v1.0.0-rc.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added method to get all companies

v1.0.0-rc.2

Toggle v1.0.0-rc.2's commit message

Unverified

This user has not yet uploaded their public signing key.
bugfix

v1.0.0-rc.1

Toggle v1.0.0-rc.1's commit message

Unverified

This user has not yet uploaded their public signing key.
First RC release!

v0.9.11

Toggle v0.9.11's commit message

Unverified

This user has not yet uploaded their public signing key.
Final release before RC1