Skip to content

Commit 94d7e2b

Browse files
authored
Merge pull request #265 from pipedrive/GRAL-5526
GRAL-5526 added new scopes to v1 and v2 readmes
2 parents c4ef1b1 + db0ceb2 commit 94d7e2b

2 files changed

Lines changed: 24 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [15.1.1](https://github.com/pipedrive/client-php/compare/15.1.0...15.1.1) (2026-02-06)
10+
11+
### Added
12+
- Documented three new OAuth2 scopes for field management in v1 README:
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+
17+
## [15.1.0](https://github.com/pipedrive/client-php/compare/15.0.0...15.1.0) (2026-01-27)
18+
19+
### Added
20+
- Added `updated_since` query parameter to `GET /v1/leads` endpoint to filter leads by their `update_time`
21+
- Added `updated_since` query parameter to `GET /v1/notes` endpoint to filter notes by their `update_time`
22+
23+
## [15.0.0](https://github.com/pipedrive/client-php/compare/14.9.0...15.0.0) (2026-01-27)
24+
825
### Removed
926
- Removed deprecated bulk delete endpoints:
1027
- `DELETE /v1/activities`
@@ -15,21 +32,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1532
- `DELETE /v1/stages`
1633
Please use the single delete endpoints instead, for example `DELETE /api/v2/activities/{id}`.
1734

18-
### Added
19-
- Added `updated_since` query parameter to `GET /v1/leads` endpoint to filter leads by their `update_time`
20-
- Added `updated_since` query parameter to `GET /v1/notes` endpoint to filter notes by their `update_time`
21-
22-
## [15.1.0](https://github.com/pipedrive/client-php/compare/15.0.0...15.1.0) (2026-01-27)
23-
24-
## [15.0.0](https://github.com/pipedrive/client-php/compare/14.9.0...15.0.0) (2026-01-27)
25-
2635
## [14.9.0](https://github.com/pipedrive/client-php/compare/14.8.0...14.9.0) (2026-01-27)
2736

2837
### Added
29-
- Added three new visibility flags to ui_visibility in organization fields v2 endpoints: org_detail_visible_flag, person_detail_visible_flag, and deal_detail_visible_flag
38+
- Added three new visibility flags to `ui_visibility` in organization fields v2 endpoints: `org_detail_visible_flag`, `person_detail_visible_flag`, and `deal_detail_visible_flag`
3039

3140
## [14.8.0](https://github.com/pipedrive/client-php/compare/14.7.1...14.8.0) (2026-01-27)
3241

42+
### Added
43+
- Added `smart_bcc_email` to optional `include_fields` in Persons and Organizations API v2
44+
3345
## [14.7.1](https://github.com/pipedrive/client-php/compare/14.7.0...14.7.1) (2026-01-27)
3446

3547
### Added

docs/versions/v1/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,4 +1370,7 @@ Class | Method | HTTP request | Description
13701370
- **goals:full**: Create, read, update and delete goals
13711371
- **video-calls**: Allows application to register as a video call integration provider and create conference links
13721372
- **messengers-integration**: Allows application to register as a messengers integration provider and allows them to deliver incoming messages and their statuses
1373+
- **deal-fields:full**: Create, read, update and delete deal fields
1374+
- **product-fields:full**: Create, read, update and delete product fields
1375+
- **contact-fields:full**: Create, read, update and delete person and organization fields
13731376

0 commit comments

Comments
 (0)