Skip to content

Commit 528b1ce

Browse files
Merge branch 'master' of github.com:mailgun/mailgun-php into DE-1254-api-secure-tracking-endpoint
2 parents 91d558d + eac73c8 commit 528b1ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

5+
## 4.3.4
6+
- Extended limit of tags to 10.
7+
58
## 4.3.3
69
- Fixed way of sending request with JSON body. loadMetrics works. Adjusted tests. Fixed warning related to the php 8.4 and nullable types
710

src/Message/MessageBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class MessageBuilder
3131

3232
public const CAMPAIGN_ID_LIMIT = 3;
3333

34-
public const TAG_LIMIT = 3;
34+
public const TAG_LIMIT = 10;
3535

3636
/**
3737
* @var array

0 commit comments

Comments
 (0)