Skip to content

Commit 18f7b59

Browse files
committed
Merged PR 48553: Release 2.2.0
Related work items: #227550, #228250
2 parents 2caa7ec + a013aff commit 18f7b59

7 files changed

Lines changed: 627 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.2.0
2+
3+
### What's new
4+
- We've added a new resource for fetching surveys, pages and forms via the V2 API.
5+
16
# 2.1.0
27

38
### What's new

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dotdigital/dotdigital-php",
33
"description": "Dotdigital PHP Library",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"license": "MIT",
66
"autoload": {
77
"psr-4": {

src/V2/Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* @property \Dotdigital\V2\Resources\Contacts $contacts
1212
* @property \Dotdigital\V2\Resources\AddressBooks $addressBooks
1313
* @property \Dotdigital\V2\Resources\DataFields $dataFields
14+
* @property \Dotdigital\V2\Resources\Surveys $surveys
1415
*/
1516
class Client extends AbstractClient
1617
{

0 commit comments

Comments
 (0)