From 592942b15a241db33130220d21b72dbcd58f7b0f Mon Sep 17 00:00:00 2001 From: pipedrive-bot Date: Wed, 3 Dec 2025 13:19:57 +0000 Subject: [PATCH 1/2] Build 296 - version-minor --- CHANGELOG.md | 5 +++++ docs/versions/v1/README.md | 3 +++ docs/versions/v2/README.md | 3 +++ 3 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 170186d..adc5def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- Added three new OAuth2 scopes for field management: + - `deal-fields:full` - Allows applications to create, read, update and delete deal fields (applied to 6 endpoints: GET/POST/DELETE /dealFields and GET/PUT/DELETE /dealFields/{id}) + - `product-fields:full` - Allows applications to create, read, update and delete product fields (applied to 6 endpoints: GET/POST/DELETE /productFields and GET/PUT/DELETE /productFields/{id}) + - `contact-fields:full` - Allows applications to create, read, update and delete person and organization fields (applied to 12 endpoints: GET/POST/DELETE /personFields, GET/PUT/DELETE /personFields/{id}, GET/POST/DELETE /organizationFields, and GET/PUT/DELETE /organizationFields/{id}) ## [14.5.0](https://github.com/pipedrive/client-php/compare/14.4.0...14.5.0) (2025-12-02) diff --git a/docs/versions/v1/README.md b/docs/versions/v1/README.md index 3d1db93..c071f82 100644 --- a/docs/versions/v1/README.md +++ b/docs/versions/v1/README.md @@ -1374,6 +1374,9 @@ Class | Method | HTTP request | Description - **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 - **products:read**: Read products, its fields, files, followers and products connected to a deal - **products:full**: Create, read, update and delete products and its fields; add products to deals +- **deal-fields:full**: Create, read, update and delete deal fields +- **product-fields:full**: Create, read, update and delete product fields +- **contact-fields:full**: Create, read, update and delete person and organization fields - **projects:read**: Read projects and its fields, tasks and project templates - **projects:full**: Create, read, update and delete projects and its fields; add projects templates and project related tasks - **users:read**: Read data about users (people with access to a Pipedrive account), their permissions, roles and followers diff --git a/docs/versions/v2/README.md b/docs/versions/v2/README.md index 6ffd006..2cb2e1f 100644 --- a/docs/versions/v2/README.md +++ b/docs/versions/v2/README.md @@ -683,4 +683,7 @@ Class | Method | HTTP request | Description - **goals:full**: Create, read, update and delete goals - **video-calls**: Allows application to register as a video call integration provider and create conference links - **messengers-integration**: Allows application to register as a messengers integration provider and allows them to deliver incoming messages and their statuses +- **deal-fields:full**: Create, read, update and delete deal fields +- **product-fields:full**: Create, read, update and delete product fields +- **contact-fields:full**: Create, read, update and delete person and organization fields From 1de5782e1bafd8f0ea24ac43919c282da90e8251 Mon Sep 17 00:00:00 2001 From: nikita-masalov Date: Fri, 5 Dec 2025 13:20:19 +0200 Subject: [PATCH 2/2] Release v14.6.0 --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc5def..12d5466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [14.6.0](https://github.com/pipedrive/client-php/compare/14.5.0...14.6.0) (2025-12-05) + ### Added - Added three new OAuth2 scopes for field management: - - `deal-fields:full` - Allows applications to create, read, update and delete deal fields (applied to 6 endpoints: GET/POST/DELETE /dealFields and GET/PUT/DELETE /dealFields/{id}) - - `product-fields:full` - Allows applications to create, read, update and delete product fields (applied to 6 endpoints: GET/POST/DELETE /productFields and GET/PUT/DELETE /productFields/{id}) - - `contact-fields:full` - Allows applications to create, read, update and delete person and organization fields (applied to 12 endpoints: GET/POST/DELETE /personFields, GET/PUT/DELETE /personFields/{id}, GET/POST/DELETE /organizationFields, and GET/PUT/DELETE /organizationFields/{id}) + - `deal-fields:full` - Allows applications to create, read, update and delete deal fields + - `product-fields:full` - Allows applications to create, read, update and delete product fields + - `contact-fields:full` - Allows applications to create, read, update and delete person and organization fields ## [14.5.0](https://github.com/pipedrive/client-php/compare/14.4.0...14.5.0) (2025-12-02)