Skip to content

Commit 518233d

Browse files
committed
185 update changelog with previous changes
1 parent 28c2ffd commit 518233d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,36 @@ 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+
9+
[8.1.6](https://github.com/pipedrive/client-php/compare/8.1.5...8.1.6) (2025-03-31)
10+
811
### Changed
912
- Updated `item_price` field data type in products from integer -> number for products and deal products
13+
1014
### Fixed
1115
- Added missing `partnership` value for user access apps list
16+
1217
### Added
1318
- Added `GET /v2/deals/installments` endpoint to fetch all installments added to a list of deals with cursor pagination
1419
- Added `POST /v2/deals/{id}/installments` endpoint to add an installment to a deal
1520
- Added `PATCH /v2/deals/{id}/installments/{installment_id}` endpoint to edit an installment
1621
- Added `DELETE /v2/deals/{id}/installments/{installment_id}` endpoint to delete an installment
1722

23+
### Added
24+
- Notice informing the users of the upcoming Subscriptions API deprecation:
25+
- `GET /v1/subscriptions/{id}`
26+
- `GET /v1/subscriptions/find/{dealId}`
27+
- `GET /v1/subscriptions/{id}/payments`
28+
- `POST /v1/subscriptions/recurring`
29+
- `POST /v1/subscriptions/installment`
30+
- `PUT /v1/subscriptions/recurring/{id}`
31+
- `PUT /v1/subscriptions/installment/{id}`
32+
- `PUT /v1/subscriptions/recurring/{id}/cancel`
33+
- `DELETE /v1/subscriptions/{id}`
34+
35+
### Changed
36+
- Updated Webhooks endpoints to v2, including available event_action and event_object properties
37+
1838
[8.1.5](https://github.com/pipedrive/client-php/compare/8.1.4...8.1.5) (2025-03-17)
1939

2040
### Added

0 commit comments

Comments
 (0)