Skip to content

Commit 760e589

Browse files
pipedrive-github-actions-bot[bot]pipedrive-botdmitriyeff
authored
Build 314 - version-minor (#282)
* Build 314 - version-minor * Resolve CHANGELOG conflicts - merge unreleased changes and add missing versions * Release v15.7.0 --------- Co-authored-by: pipedrive-bot <pipedrive-bot@pipedrive.com> Co-authored-by: Denis <deniss.dmitrijevs@pipedrive.com>
1 parent 7169299 commit 760e589

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88
### Added
9-
<<<<<<< HEAD
109
- Added `source_deal_id` field to Lead schema to track the deal ID when a lead is converted from a deal
1110
- Added `source_lead_id` field to v2 Deal schema to track the lead ID when a deal is converted from a lead
12-
=======
1311
- Added `include_field_code` query parameter to Filters endpoints:
1412
- `GET /v1/filters/{id}`
1513
- `PUT /v1/filters/{id}`
1614
- `POST /v1/filters`
1715
- When set to `true`, each condition in the response includes a `field_code` field identifying the field by its code name. The value is `null` if the field code cannot be resolved.
16+
### Changed
17+
- Changed `board_id` and `phase_id` to be optional in `POST /api/v1/projects`
18+
19+
## [15.7.0](https://github.com/pipedrive/client-php/compare/15.6.0...15.7.0) (2026-05-05)
1820

1921
## [15.6.0](https://github.com/pipedrive/client-php/compare/15.5.0...15.6.0) (2026-05-05)
2022

2123
## [15.5.0](https://github.com/pipedrive/client-php/compare/15.4.0...15.5.0) (2026-04-16)
22-
>>>>>>> origin/master
2324

2425
## [15.4.0](https://github.com/pipedrive/client-php/compare/15.3.0...15.4.0) (2026-02-16)
2526

@@ -435,7 +436,7 @@ $config = (new Pipedrive\versions\v1\Configuration())->setApiKey('x-api-token',
435436

436437
### Added
437438

438-
- Added pipeline_id query parameter to GET /api/v1/deals/summary endpoint
439+
- Added "pipeline_id" query parameter to GET /api/v1/deals/summary endpoint
439440

440441
### Changed
441442

@@ -453,9 +454,9 @@ $config = (new Pipedrive\versions\v1\Configuration())->setApiKey('x-api-token',
453454
- `POST` `/v2/deals/{id}/products` endpoint
454455
- `PATCH` `/v2/deals/{id}/products/{product_attachment_id}` endpoint
455456
- `DELETE` `/v2/deals/{id}/products/{product_attachment_id}` endpoint
456-
- Added the field notes to product prices in the body and response for v1 and v2
457-
- Added the field overhead_cost to the product variation prices in the response for v1
458-
- Added the field direct_cost to the product variation prices in the response and body for v2
457+
- Added the field "notes" to product prices in the body and response for v1 and v2
458+
- Added the field "overhead_cost" to the product variation prices in the response for v1
459+
- Added the field "direct_cost" to the product variation prices in the response and body for v2
459460
- Add "custom_fields" query paremeter to GET /api/v2/products
460461

461462
### Changed

0 commit comments

Comments
 (0)