File tree Expand file tree Collapse file tree
lib/Discovery/Cms/Performance Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased] ( https://github.com/HubSpot/hubspot-api-php/compare/12.1.0...HEAD )
99
10- ## [ 12.1.0] ( https://github.com/HubSpot/hubspot-api-php/releases/tag/12.1.0 ) - 2024-04-08
10+ ## [ 12.2.0] ( https://github.com/HubSpot/hubspot-api-php/releases/tag/12.2.0 ) - 2025-04-28
11+
12+ ## Updated
13+
14+ - Marked ` cms()->performance() ` API client as deprecated.
15+
16+ ## [ 12.1.0] ( https://github.com/HubSpot/hubspot-api-php/releases/tag/12.1.0 ) - 2025-04-08
1117
1218## Updated
1319
@@ -855,7 +861,7 @@ ListAssociationsApi
855861 25 . getSubscriptions => getAll (webhooks()->subscriptionsApi())
856862 26 . updateSubscription => update (webhooks()->subscriptionsApi())
857863
858- [ Unreleased ] : https://github.com/HubSpot/hubspot-api-php/compare/12.1 .0...HEAD
864+ [ Unreleased ] : https://github.com/HubSpot/hubspot-api-php/compare/12.2 .0...HEAD
859865[ 1.0.0-beta ] : https://github.com/HubSpot/hubspot-api-php/releases/tag/v1.0.0-beta
860866[ 1.1.0 ] : https://github.com/HubSpot/hubspot-api-php/releases/tag/1.1.0
861867[ 1.2.0 ] : https://github.com/HubSpot/hubspot-api-php/releases/tag/1.2.0
@@ -914,3 +920,4 @@ ListAssociationsApi
914920[ 11.3.0 ] : https://github.com/HubSpot/hubspot-api-php/releases/tag/11.3.0
915921[ 12.0.0 ] : https://github.com/HubSpot/hubspot-api-php/releases/tag/12.0.0
916922[ 12.1.0 ] : https://github.com/HubSpot/hubspot-api-php/releases/tag/12.1.0
923+ [ 12.2.0 ] : https://github.com/HubSpot/hubspot-api-php/releases/tag/12.2.0
Original file line number Diff line number Diff line change 11{
22 "name" : " hubspot/api-client" ,
3- "version" : " 12.1 .0" ,
3+ "version" : " 12.2 .0" ,
44 "description" : " Hubspot API client" ,
55 "keywords" : [
66 " hubspot" ,
Original file line number Diff line number Diff line change 66use HubSpot \Discovery \DiscoveryBase ;
77
88/**
9+ * @deprecated
910 * @method PublicPerformanceApi publicPerformanceApi()
1011 */
1112class Discovery extends DiscoveryBase {}
You can’t perform that action at this time.
0 commit comments