Skip to content

Commit acb722b

Browse files
Merge pull request #446 from HubSpot/feature/12.1.0
Version 12.1.0
2 parents 6659a2f + 9bce1a2 commit acb722b

File tree

137 files changed

+77246
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+77246
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/12.0.0...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/12.1.0...HEAD)
9+
10+
## [12.1.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/12.1.0) - 2024-04-08
11+
12+
## Updated
13+
14+
- Added `crm()->commerce()->invoices()` api client.
15+
- Added `crm()->exports()` api client.
16+
- Added `crm()->objects()->dealSplits()` api client.
17+
- Added `marketing()->emails()` api client.
918

1019
## [12.0.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/12.0.0) - 2024-10-28
1120

@@ -846,7 +855,7 @@ ListAssociationsApi
846855
25. getSubscriptions => getAll (webhooks()->subscriptionsApi())
847856
26. updateSubscription => update (webhooks()->subscriptionsApi())
848857

849-
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/12.0.0...HEAD
858+
[Unreleased]: https://github.com/HubSpot/hubspot-api-php/compare/12.1.0...HEAD
850859
[1.0.0-beta]: https://github.com/HubSpot/hubspot-api-php/releases/tag/v1.0.0-beta
851860
[1.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.1.0
852861
[1.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/1.2.0
@@ -904,3 +913,4 @@ ListAssociationsApi
904913
[11.2.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/11.2.0
905914
[11.3.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/11.3.0
906915
[12.0.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/12.0.0
916+
[12.1.0]: https://github.com/HubSpot/hubspot-api-php/releases/tag/12.1.0

0 commit comments

Comments
 (0)