Releases: HubSpot/hubspot-php
Releases · HubSpot/hubspot-php
5.5.0
Removed deprecated methods and APIs
- Calendar Events API.
- Deals Pipelines API.
- Associations methods from Companies, Deals and Engagements.
getAuthUrlmethod from OAuth2 API.createandupdatemethods from Owners API.createWithTokenandcreateWithOAuth2Tokenmethod fromFactory.- Webhooks util.
5.4.0
Changes:
- Fixed implicitly nullable parameter declarations.
5.3.0
Merge pull request #423 from HubSpot/feature/5.3.0 Bump version to 5.3.0
5.2.0
Added type hinting for a few method of SevenShores\Hubspot\Http\Response.
5.1.1
Fix Utils\OAuth2::getAuthUrl() (don't add empty scopes or optional scopes to OAuth url)
5.1.0
Change list:
- Factory::createWithOAuth2Token() and Factory::createWithToken() announced deprecated.
- Added new method Factory::createWithAccessToken().
- Locked psr/http-message to version v1.1.
- Fixed Analytics::getByCategory(), Analytics::getByType() and Analytics::getHosted() methods.
- Added new method Forms:secureSubmit().
- Fixed Forms::submit() method.
- Updated RetryMiddlewareFactory::getRetryFunctionByRange() and RetryMiddlewareFactory::getRetryFunction().
Refactor: Updated naming from resources to endpoints
Merge pull request #397 from HubSpot/feature/bumpVersion bump version to 5.0.1
Breaking changes(Resources was renamed to Endponts)
- All
Resourceswas renamed toEndponts(e.x.SevenShores\Hubspot\Endpoints\Contacts) - Added to exceptions (
SevenShores\Hubspot\Exceptions{ BadRequest, HubspotException}) previous exception - Fixed wrapResponse (if wrapResponse=false exeptions won't be wrapped)
- Added docker container for running tests and updated contributing.mb
- Webhooks Util announced deprecated
- Signature Util added (Validation requests from HubSpot)
Add support php v8.1
Merge pull request #385 from HubSpot/feature/bumpVersion bump version 4.0.2
Fix Composer json
Merge pull request #376 from HubSpot/feature/bumpversion bump version 4.0.1