File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -5,31 +5,32 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8- ### Fixed
9- <<<<<<< HEAD
10- - Prepared ` nullable: true ` to fields that can return null values in schemas for Field and Roles schemas
11- =======
12- <<<<<<< HEAD
13- - Fixed return type for ` filesApi.downloadFile ` function
14- =======
15- - Corrected ` FieldResponse ` schema to use ` GetField ` instead of ` Field ` to ensure GET responses accurately reflect all field types returned by the API
16- >>>>>>> origin/master
17- >>>>>>> origin/master
18- ## Added
19- - Added ` is_archived ` field in search response schemas for deals and leads
20- ### Fixed
21- - Fixed PHP SDK v2 Configuration to use correct ` /v2 ` API endpoints after OAuth token refresh instead of defaulting to ` /v1 `
228
239## [ 14.3.3] ( https://github.com/pipedrive/client-php/compare/14.3.2...14.3.3 ) (2025-11-18)
2410
11+ ### Fixed
12+ - Prepared ` nullable: true ` to fields that can return null values in schemas for Field and Roles schemas
13+
2514## [ 14.3.2] ( https://github.com/pipedrive/client-php/compare/14.3.1...14.3.2 ) (2025-11-18)
2615
16+ ### Fixed
17+ - Fixed return type for ` filesApi.downloadFile ` function
18+
2719## [ 14.3.1] ( https://github.com/pipedrive/client-php/compare/14.3.0...14.3.1 ) (2025-11-18)
2820
21+ ### Fixed
22+ - Corrected ` FieldResponse ` schema to use ` GetField ` instead of ` Field ` to ensure GET responses accurately reflect all field types returned by the API
23+
2924## [ 14.3.0] ( https://github.com/pipedrive/client-php/compare/14.2.1...14.3.0 ) (2025-10-06)
3025
26+ ### Added
27+ - Added ` is_archived ` field in search response schemas for deals and leads
28+
3129## [ 14.2.1] ( https://github.com/pipedrive/client-php/compare/14.2.0...14.2.1 ) (2025-10-03)
3230
31+ ### Fixed
32+ - Fixed PHP SDK v2 Configuration to use correct ` /v2 ` API endpoints after OAuth token refresh instead of defaulting to ` /v1 `
33+
3334## [ 14.2.0] ( https://github.com/pipedrive/client-php/compare/14.1.0...14.2.0 ) (2025-10-03)
3435
3536## [ 14.1.0] ( https://github.com/pipedrive/client-php/compare/14.0.0...14.1.0 ) (2025-10-03)
You can’t perform that action at this time.
0 commit comments