|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [1.0.0-beta] - 2020-04-21 |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- This CHANGELOG.md file. |
| 15 | +- Imports API (crm()->imports()) |
| 16 | + |
| 17 | +### Breaking changes: |
| 18 | + |
| 19 | +- Updated clients method names: |
| 20 | + 1. archiveBatch => archive (crm()->associations()->batchApi()) |
| 21 | + 2. createBatch => create (crm()->associations()->batchApi()) |
| 22 | + 3. readBatch => read (crm()->associations()->batchApi()) |
| 23 | + 4. getTypes => getAll (crm()->associations()->typesApi) |
| 24 | + 5. archiveAssociation => archive (crm()->companies()->associationsApi(), crm()->contacts()->associationsApi(), crm()->deals()->associationsApi(), crm()->lineItems()->associationsApi(), crm()->products()->associationsApi(), crm()->quotes()->associationsApi(), crm()->tickets()->associationsApi()) |
| 25 | + 6. createAssociation => create (crm()->companies()->associationsApi(), crm()->contacts()->associationsApi(), crm()->deals()->associationsApi(), crm()->lineItems()->associationsApi(), crm()->products()->associationsApi(), crm()->quotes()->associationsApi(), crm()->tickets()->associationsApi()) |
| 26 | + 7. getAssociations => getAll (crm()->companies()->associationsApi(), crm()->contacts()->associationsApi(), crm()->deals()->associationsApi(), crm()->lineItems()->associationsApi(), crm()->products()->associationsApi(), crm()->quotes()->associationsApi(), crm()->tickets()->associationsApi()) |
| 27 | + 8. archiveBatch => archive (crm()->companies()->batchApi(), crm()->contacts()->batchApi(), crm()->deals()->batchApi(), crm()->lineItems()->batchApi(), crm()->products()->batchApi(), crm()->quotes()->batchApi(), crm()->tickets()->batchApi()) |
| 28 | + 9. createBatch => create (crm()->companies()->batchApi(), crm()->contacts()->batchApi(), crm()->deals()->batchApi(), crm()->lineItems()->batchApi(), crm()->products()->batchApi(), crm()->quotes()->batchApi(), crm()->tickets()->batchApi()) |
| 29 | + 10. readBatch => read (crm()->companies()->batchApi(), crm()->contacts()->batchApi(), crm()->deals()->batchApi(), crm()->lineItems()->batchApi(), crm()->products()->batchApi(), crm()->quotes()->batchApi(), crm()->tickets()->batchApi()) |
| 30 | + 11. updateBatch => update (crm()->companies()->batchApi(), crm()->contacts()->batchApi(), crm()->deals()->batchApi(), crm()->lineItems()->batchApi(), crm()->products()->batchApi(), crm()->quotes()->batchApi(), crm()->tickets()->batchApi()) |
| 31 | + 12. archiveEventTemplate => archive (crm()->timeline()->templatesApi()) |
| 32 | + 13. createEventTemplate => create (crm()->timeline()->templatesApi()) |
| 33 | + 14. getAllEventTemplates => getAll (crm()->timeline()->templatesApi()) |
| 34 | + 15. getEventTemplateById => getById (crm()->timeline()->templatesApi()) |
| 35 | + 16. updateEventTemplate => update (crm()->timeline()->templatesApi()) |
| 36 | + 17. archiveEventTemplateToken => archive (crm()->timeline()->tokensApi()) |
| 37 | + 18. createEventTemplateToken => create (crm()->timeline()->tokensApi()) |
| 38 | + 19. updateEventTemplateToken => update (crm()->timeline()->tokensApi()) |
| 39 | + 20. clearSettings => clear (webhooks()->settingsApi()) |
| 40 | + 21. configureSettings => configure (webhooks()->settingsApi()) |
| 41 | + 22. getSettings => getAll (webhooks()->settingsApi()) |
| 42 | + 23. deleteSubscription => archive (webhooks()->subscriptionsApi()) |
| 43 | + 24. getSubscription => getById (webhooks()->subscriptionsApi()) |
| 44 | + 25. getSubscriptions => getAll (webhooks()->subscriptionsApi()) |
| 45 | + 26. updateSubscription => update (webhooks()->subscriptionsApi()) |
| 46 | + |
| 47 | +[unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/v1.0.0-beta...HEAD |
| 48 | +[1.0.0-beta]: https://github.com/HubSpot/hubspot-api-php/releases/tag/v1.0.0-beta |
0 commit comments