Skip to content

Commit

Permalink
Merged PR 51084: 2.4.0 pre-release
Browse files Browse the repository at this point in the history
2.4.0 pre-release

Related work items: #241683
  • Loading branch information
sta1r committed Jan 31, 2024
1 parent a91285e commit 2fcf817
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# 2.4.0

### What's new
- We added a method to update or create contact insight data.

### Improvements
- We added an annotation for the `getStatus()` method in the Contact model, to fix PHPStan errors.

# 2.3.1

### Improvements
- Its now possible to call `$contact→setDatafields()` passing an empty array.
- It's now possible to call `$contact→setDatafields()` passing an empty array.

# 2.3.0

### What's new
- Weve added a new V3 InsightData resource, with two PUT methods for bulk import and single upsert.
- We've added a new V3 InsightData resource, with two PUT methods for bulk import and single upsert.

# 2.2.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dotdigital/dotdigital-php",
"description": "Dotdigital PHP Library",
"version": "2.3.1",
"version": "2.4.0",
"license": "MIT",
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2fcf817

Please sign in to comment.