File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,36 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ [ 8.1.6] ( https://github.com/pipedrive/client-php/compare/8.1.5...8.1.6 ) (2025-03-31)
10
+
8
11
### Changed
9
12
- Updated ` item_price ` field data type in products from integer -> number for products and deal products
13
+
10
14
### Fixed
11
15
- Added missing ` partnership ` value for user access apps list
16
+
12
17
### Added
13
18
- Added ` GET /v2/deals/installments ` endpoint to fetch all installments added to a list of deals with cursor pagination
14
19
- Added ` POST /v2/deals/{id}/installments ` endpoint to add an installment to a deal
15
20
- Added ` PATCH /v2/deals/{id}/installments/{installment_id} ` endpoint to edit an installment
16
21
- Added ` DELETE /v2/deals/{id}/installments/{installment_id} ` endpoint to delete an installment
17
22
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
+
18
38
[ 8.1.5] ( https://github.com/pipedrive/client-php/compare/8.1.4...8.1.5 ) (2025-03-17)
19
39
20
40
### Added
You can’t perform that action at this time.
0 commit comments