diff --git a/CHANGELOG.md b/CHANGELOG.md index 170186d..12d5466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [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 + - `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) ### Added 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