Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

83 lines (64 loc) · 2.64 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[3.2.0]

Changed

  • companies->getById($id) => companies->getById($id, array $params = [])
  • Remove unneeded defaults for files api

[3.1.0]

Added

  • contacts->addSecondaryEmail()
  • contacts->deleteSecondaryEmail()

[3.0.1]

Changed

  • Files::upload
  • Guzzle version 6 or 7

[3.0.0]

Changed

  • Comments to BlogComments
  • Deal create + update change params
  • BlogPosts::clonePost => BlogPosts::clone
  • BlogTopics::create remove name
  • contactsProperties getGroups => getAllGroups
  • CrmPipelines move object type to __construct
  • Up Guzzle version to 7
  • Up php version to 7.2

[2.0.5]

Changed

  • Added ability to remove list contacts by email address
  • minor changes

[2.0.3]

Added

  • Line Items Resource
  • Products Resource
  • Object Properties Resource

Changed

  • Up php version to 7.0
  • Update Ecommerce Bridge to v2
  • Update Hub DB to v2
  • Update Form(only submit) to v3
  • Update Workflows to v3
  • Rename Email to EmailSubscriptions
  • Update many resources (Method's Visibility, Type Hinting etc)
  • Repair majority of tests
  • SingleEmail => TransactionEmail

Added

  • CHANGELOG @ryanwinchester
  • Two new Exception classes @ryanwinchester

Changed

  • Namespace renamed from Fungku\HubSpot to SevenShores\Hubspot @ryanwinchester
  • Api folder and namespace renamed to Resources @ryanwinchester
  • The factory HubSpotService renamed to Factory @ryanwinchester
  • The named static constructors in Factory were changed to create() and createWithToken() @ryanwinchester
  • The Factory constructor was also made public @ryanwinchester
  • Moved functionality of Api into Client and replaced Api with Resource @ryanwinchester
  • Client is now constructed with a configuration array @ryanwinchester
  • Removed $base_url in favour of putting the whole endpoint url in the resource methods. @ryanwinchester
  • Optional HUBSPOT_API_KEY environment variable changed to HUBSPOT_SECRET @ryanwinchester
  • Made $data property of Response public. Because why not? @ryanwinchester

Fixed

  • Trying to return a response withRequestException in the Client. It now re-throws a new BadRequest Exception. #48 @ryanwinchester