File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88### Fixed
9+ <<<<<<< HEAD
10+ - Fixed return type for ` filesApi.downloadFile ` function
11+ =======
912- Corrected ` FieldResponse ` schema to use ` GetField ` instead of ` Field ` to ensure GET responses accurately reflect all field types returned by the API
13+ >>>>>>> origin/master
1014## Added
1115- Added ` is_archived ` field in search response schemas for deals and leads
1216### Fixed
1317- Fixed PHP SDK v2 Configuration to use correct ` /v2 ` API endpoints after OAuth token refresh instead of defaulting to ` /v1 `
1418
19+ ## [ 14.3.2] ( https://github.com/pipedrive/client-php/compare/14.3.1...14.3.2 ) (2025-11-18)
20+
1521## [ 14.3.1] ( https://github.com/pipedrive/client-php/compare/14.3.0...14.3.1 ) (2025-11-18)
1622
1723## [ 14.3.0] ( https://github.com/pipedrive/client-php/compare/14.2.1...14.3.0 ) (2025-10-06)
Original file line number Diff line number Diff line change @@ -111,11 +111,11 @@ class Configuration
111111 */
112112 protected string $ host = 'https://api.pipedrive.com/v1 ' ;
113113 /**
114- * User agent of the HTTP request, set to "Pipedrive-SDK-PHP-13 .x" by default
114+ * User agent of the HTTP request, set to "Pipedrive-SDK-PHP-14 .x" by default
115115 *
116116 * @var string
117117 */
118- protected string $ userAgent = 'Pipedrive-SDK-PHP-13 .x ' ;
118+ protected string $ userAgent = 'Pipedrive-SDK-PHP-14 .x ' ;
119119
120120 /**
121121 * Debug switch (default set to false)
Original file line number Diff line number Diff line change @@ -111,11 +111,11 @@ class Configuration
111111 */
112112 protected string $ host = 'https://api.pipedrive.com/api/v2 ' ;
113113 /**
114- * User agent of the HTTP request, set to "Pipedrive-SDK-PHP-13 .x" by default
114+ * User agent of the HTTP request, set to "Pipedrive-SDK-PHP-14 .x" by default
115115 *
116116 * @var string
117117 */
118- protected string $ userAgent = 'Pipedrive-SDK-PHP-13 .x ' ;
118+ protected string $ userAgent = 'Pipedrive-SDK-PHP-14 .x ' ;
119119
120120 /**
121121 * Debug switch (default set to false)
You can’t perform that action at this time.
0 commit comments