Releases: HubSpot/hubspot-php
Releases · HubSpot/hubspot-php
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
Resources
was 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
Update Guzzle (^7.3), php (>=7.3) and etc
Updates:
- Update Guzzle version (^7.3)
- Update Php version (>=7.3)
- Update Php cs fixer (^3.4)
- Update Phpunit (^9.5)
- Update Phpspec (^7.1)
Update type hinting
Merge pull request #369 from HubSpot/feature/bumpVersion bump version (3.2.1)