All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0 - 2020-08-25
- swap method's params in batch read methods
1.3.2 - 2020-08-20
- Fixed HubSpot/Configs
1.3.1 - 2020-06-25
- Parsing response in cms()->siteSearch()->defaultApi()->getById() method
1.3.0 - 2020-06-17
cms()->auditLogs()
API clientcms()->domains()
API clientcms()->performance()
API clientcms()->siteSearch()
API clientcms()->urlRedirects()
API client
1.2.0 - 2020-06-02
- Update Webhook's Util (HubSpot\Utils\Webhooks::isHubspotSignatureValid)
1.1.0 - 2020-04-30
- Batch update for Webhook's Subscriptions (webhooks()->subscriptionsApi()->updateBatch($appId, $updateRequest))
1.0.0-beta - 2020-04-21
- This CHANGELOG.md file.
- Imports API (crm()->imports())
- Updated clients method names:
- archiveBatch => archive (crm()->associations()->batchApi())
- createBatch => create (crm()->associations()->batchApi())
- readBatch => read (crm()->associations()->batchApi())
- getTypes => getAll (crm()->associations()->typesApi)
- archiveAssociation => archive (crm()->companies()->associationsApi(), crm()->contacts()->associationsApi(), crm()->deals()->associationsApi(), crm()->lineItems()->associationsApi(), crm()->products()->associationsApi(), crm()->quotes()->associationsApi(), crm()->tickets()->associationsApi())
- createAssociation => create (crm()->companies()->associationsApi(), crm()->contacts()->associationsApi(), crm()->deals()->associationsApi(), crm()->lineItems()->associationsApi(), crm()->products()->associationsApi(), crm()->quotes()->associationsApi(), crm()->tickets()->associationsApi())
- getAssociations => getAll (crm()->companies()->associationsApi(), crm()->contacts()->associationsApi(), crm()->deals()->associationsApi(), crm()->lineItems()->associationsApi(), crm()->products()->associationsApi(), crm()->quotes()->associationsApi(), crm()->tickets()->associationsApi())
- archiveBatch => archive (crm()->companies()->batchApi(), crm()->contacts()->batchApi(), crm()->deals()->batchApi(), crm()->lineItems()->batchApi(), crm()->products()->batchApi(), crm()->quotes()->batchApi(), crm()->tickets()->batchApi())
- createBatch => create (crm()->companies()->batchApi(), crm()->contacts()->batchApi(), crm()->deals()->batchApi(), crm()->lineItems()->batchApi(), crm()->products()->batchApi(), crm()->quotes()->batchApi(), crm()->tickets()->batchApi())
- readBatch => read (crm()->companies()->batchApi(), crm()->contacts()->batchApi(), crm()->deals()->batchApi(), crm()->lineItems()->batchApi(), crm()->products()->batchApi(), crm()->quotes()->batchApi(), crm()->tickets()->batchApi())
- updateBatch => update (crm()->companies()->batchApi(), crm()->contacts()->batchApi(), crm()->deals()->batchApi(), crm()->lineItems()->batchApi(), crm()->products()->batchApi(), crm()->quotes()->batchApi(), crm()->tickets()->batchApi())
- archiveEventTemplate => archive (crm()->timeline()->templatesApi())
- createEventTemplate => create (crm()->timeline()->templatesApi())
- getAllEventTemplates => getAll (crm()->timeline()->templatesApi())
- getEventTemplateById => getById (crm()->timeline()->templatesApi())
- updateEventTemplate => update (crm()->timeline()->templatesApi())
- archiveEventTemplateToken => archive (crm()->timeline()->tokensApi())
- createEventTemplateToken => create (crm()->timeline()->tokensApi())
- updateEventTemplateToken => update (crm()->timeline()->tokensApi())
- clearSettings => clear (webhooks()->settingsApi())
- configureSettings => configure (webhooks()->settingsApi())
- getSettings => getAll (webhooks()->settingsApi())
- deleteSubscription => archive (webhooks()->subscriptionsApi())
- getSubscription => getById (webhooks()->subscriptionsApi())
- getSubscriptions => getAll (webhooks()->subscriptionsApi())
- updateSubscription => update (webhooks()->subscriptionsApi())