Skip to content

Commit d29a7cb

Browse files
pipedrive-github-actions-bot[bot]pipedrive-botnikita-masalov
authored
Build 290 - version-patch (#254)
Co-authored-by: pipedrive-bot <pipedrive-bot@pipedrive.com> Co-authored-by: nikita-masalov <nikita.masalov@pipedrive.com>
1 parent 1569c52 commit d29a7cb

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88
### Fixed
9+
<<<<<<< HEAD
10+
- Fixed return type for `filesApi.downloadFile` function
11+
=======
912
- Corrected `FieldResponse` schema to use `GetField` instead of `Field` to ensure GET responses accurately reflect all field types returned by the API
13+
>>>>>>> origin/master
1014
## Added
1115
- Added `is_archived` field in search response schemas for deals and leads
1216
### Fixed
1317
- Fixed PHP SDK v2 Configuration to use correct `/v2` API endpoints after OAuth token refresh instead of defaulting to `/v1`
1418

19+
## [14.3.2](https://github.com/pipedrive/client-php/compare/14.3.1...14.3.2) (2025-11-18)
20+
1521
## [14.3.1](https://github.com/pipedrive/client-php/compare/14.3.0...14.3.1) (2025-11-18)
1622

1723
## [14.3.0](https://github.com/pipedrive/client-php/compare/14.2.1...14.3.0) (2025-10-06)

lib/versions/v1/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ class Configuration
111111
*/
112112
protected string $host = 'https://api.pipedrive.com/v1';
113113
/**
114-
* User agent of the HTTP request, set to "Pipedrive-SDK-PHP-13.x" by default
114+
* User agent of the HTTP request, set to "Pipedrive-SDK-PHP-14.x" by default
115115
*
116116
* @var string
117117
*/
118-
protected string $userAgent = 'Pipedrive-SDK-PHP-13.x';
118+
protected string $userAgent = 'Pipedrive-SDK-PHP-14.x';
119119

120120
/**
121121
* Debug switch (default set to false)

lib/versions/v2/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ class Configuration
111111
*/
112112
protected string $host = 'https://api.pipedrive.com/api/v2';
113113
/**
114-
* User agent of the HTTP request, set to "Pipedrive-SDK-PHP-13.x" by default
114+
* User agent of the HTTP request, set to "Pipedrive-SDK-PHP-14.x" by default
115115
*
116116
* @var string
117117
*/
118-
protected string $userAgent = 'Pipedrive-SDK-PHP-13.x';
118+
protected string $userAgent = 'Pipedrive-SDK-PHP-14.x';
119119

120120
/**
121121
* Debug switch (default set to false)

0 commit comments

Comments
 (0)