Skip to content

Commit 2c3e560

Browse files
Fix CHANGELOG.md merge conflicts (#257)
* fixed changelog entry * Properly organize changelog entries under correct version headers - 14.3.3: nullable Field and Roles schemas fix - 14.3.2: filesApi.downloadFile fix - 14.3.1: FieldResponse schema fix (GetField) - 14.3.0: is_archived field addition - 14.2.1: OAuth v2 Configuration fix Resolved merge conflicts and distributed all changes to their correct versions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 00d3f62 commit 2c3e560

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,32 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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)

0 commit comments

Comments
 (0)