Skip to content

Commit 4ad4d44

Browse files
pipedrive-github-actions-bot[bot]pipedrive-botnikita-masalov
authored
Build 296 - version-minor (#264)
* Build 296 - version-minor * Release v14.6.0 --------- Co-authored-by: pipedrive-bot <pipedrive-bot@pipedrive.com> Co-authored-by: nikita-masalov <nikita.masalov@pipedrive.com>
1 parent bf437ea commit 4ad4d44

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [14.6.0](https://github.com/pipedrive/client-php/compare/14.5.0...14.6.0) (2025-12-05)
10+
11+
### Added
12+
- Added three new OAuth2 scopes for field management:
13+
- `deal-fields:full` - Allows applications to create, read, update and delete deal fields
14+
- `product-fields:full` - Allows applications to create, read, update and delete product fields
15+
- `contact-fields:full` - Allows applications to create, read, update and delete person and organization fields
16+
917
## [14.5.0](https://github.com/pipedrive/client-php/compare/14.4.0...14.5.0) (2025-12-02)
1018

1119
### Added

docs/versions/v1/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,9 @@ Class | Method | HTTP request | Description
13741374
- **contacts:full**: Create, read, update and delete persons and organizations and their followers; all notes, files, filters. Also grants read access to contacts-related fields
13751375
- **products:read**: Read products, its fields, files, followers and products connected to a deal
13761376
- **products:full**: Create, read, update and delete products and its fields; add products to deals
1377+
- **deal-fields:full**: Create, read, update and delete deal fields
1378+
- **product-fields:full**: Create, read, update and delete product fields
1379+
- **contact-fields:full**: Create, read, update and delete person and organization fields
13771380
- **projects:read**: Read projects and its fields, tasks and project templates
13781381
- **projects:full**: Create, read, update and delete projects and its fields; add projects templates and project related tasks
13791382
- **users:read**: Read data about users (people with access to a Pipedrive account), their permissions, roles and followers

docs/versions/v2/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,4 +683,7 @@ Class | Method | HTTP request | Description
683683
- **goals:full**: Create, read, update and delete goals
684684
- **video-calls**: Allows application to register as a video call integration provider and create conference links
685685
- **messengers-integration**: Allows application to register as a messengers integration provider and allows them to deliver incoming messages and their statuses
686+
- **deal-fields:full**: Create, read, update and delete deal fields
687+
- **product-fields:full**: Create, read, update and delete product fields
688+
- **contact-fields:full**: Create, read, update and delete person and organization fields
686689

0 commit comments

Comments
 (0)