File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,14 @@ 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
+ ## [ 11.1.0] ( https://github.com/pipedrive/client-php/compare/11.0.0...11.1.1 ) (2025-05-26)
8
10
### Fixed
9
11
- Fixed the OAuth scopes of Deal to Lead conversion and Lead to Deal conversion endpoints
12
+ ### Added
13
+ - Added ` smart_bcc_email ` to optional ` include_fields ` in Deals API v2
14
+ - Added ` is_archived ` to request bodies of POST ` deals ` endpoints and PUT/PATCH ` /deals/:id ` endpoints
15
+ - Added ` archive_time ` to request bodies of POST ` deals ` endpoints
10
16
11
17
## [ 11.0.0] ( https://github.com/pipedrive/client-php/compare/10.0.0...11.0.0 ) (2025-05-09)
12
18
Original file line number Diff line number Diff line change @@ -111,11 +111,11 @@ class Configuration
111
111
*/
112
112
protected string $ host = 'https://api.pipedrive.com/v1 ' ;
113
113
/**
114
- * User agent of the HTTP request, set to "Pipedrive-SDK-PHP-8 .x" by default
114
+ * User agent of the HTTP request, set to "Pipedrive-SDK-PHP-11 .x" by default
115
115
*
116
116
* @var string
117
117
*/
118
- protected string $ userAgent = 'Pipedrive-SDK-PHP-8 .x ' ;
118
+ protected string $ userAgent = 'Pipedrive-SDK-PHP-11 .x ' ;
119
119
120
120
/**
121
121
* Debug switch (default set to false)
Original file line number Diff line number Diff line change @@ -111,11 +111,11 @@ class Configuration
111
111
*/
112
112
protected string $ host = 'https://api.pipedrive.com/api/v2 ' ;
113
113
/**
114
- * User agent of the HTTP request, set to "Pipedrive-SDK-PHP-8 .x" by default
114
+ * User agent of the HTTP request, set to "Pipedrive-SDK-PHP-11 .x" by default
115
115
*
116
116
* @var string
117
117
*/
118
- protected string $ userAgent = 'Pipedrive-SDK-PHP-8 .x ' ;
118
+ protected string $ userAgent = 'Pipedrive-SDK-PHP-11 .x ' ;
119
119
120
120
/**
121
121
* Debug switch (default set to false)
You can’t perform that action at this time.
0 commit comments