All Versions
40
Latest Version
Avg Release Cycle
79 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v3.5.5 Changes
๐ Fixed
- Cast integer values to string for sending multipart data
-
v3.5.4 Changes
โ Added
- โ Added ability to make own API request to needed endpoint
-
v3.5.3 Changes
โ Added
- โก๏ธ Ability to update web_scheme for domain
- 0๏ธโฃ
http
orhttps
- set your open, click and unsubscribe URLs to use http or https. The default is http
-
v3.5.1 Changes
๐ Fixed
- Error with empty array for param recipient-variables. Fix was suggested by @deviarte
- ๐ Use null coalescing operator in IndexResponse.php when. Fix proposed by @TWithers
-
v3.5.0 Changes
โ Added
- ๐ Support for new webhook endpoints (#609 by @svenbw & #749 by @Nyholm)
-
v3.4.1 Changes
๐ Fixed
- ๐ Fix double urlencoding (#747 by @uavn)
-
v3.4.0 Changes
โ Added
- Email Validation (#726 by @uavn)
- Please note the Email Validation requires always to use the US servers. The Mailgun Team didn't enable this service on the European endpoints.
- Email Validation (#726 by @uavn)
-
v3.3.0 Changes
โ Added
- ๐ Support for PHP 8 (#727 by @DavidGarciaCat)
- โ Added
opened
,clicked
,unsubscribed
andstored
to theTotalResponseItem
(#739 by @Arkitecht)
โ Removed
- ๐ Support for PHP 7.1 and 7.2 as they both have reached their end of life
-
v3.2.0 Changes
November 25, 2020๐ท Introducing GitHub Actions as part of the CI process for this repository.
๐ This release has changed the CI process from Travis CI to GitHub Actions. The reasons for this decision are:
- ๐ท For some reason, Travis CI queues the job but takes ages before it starts running it
- ๐ท Travis CI doesn't provide (yet) the support we need to start testing for PHP 8.x
๐ Changelog
โ Added
- Domain tracking implementation (#711 by @uavn)
- Mailing list validation (#712 by @uavn)
- Suppression Whitelists (#713 by @uavn)
๐ Fixed
๐ Changed
- ๐ Expect Client to be of type ClientInterface or PluginClient (#660 by @tonythomas01)
-
v3.1.0 Changes
October 08, 2020โ Added
- Suppressions allow now deleting an address passing an optional tag (#643 by @iwahara)
- ๐ Allow both
^1.0
and^2.0
forphp-http/guzzle6-adapter
(#680 by @boboldehampsink) - โ Add support for Mailing List
reply_preference
parameter (#684 by @twoonesixdigital) - โ Add support for
Force DKIM Authority
when creating a Domain (#686 by @Tiboonn) - โ Add support for PHP 7.4 (#698 by @snapshotpl)
- ๐ Allow assigning a domain to a list of ips during creation (#703 by @josephshanak)
- โ Add unmapped
log-level
property for Events (#704 by @uavn)
๐ Fixed
- Provide the Member's name just when it's not
null
(#639 by @indapublic) - ๐ Fix typehint for Message
ShowResponse::getContentIdMap()
(#664 by @lvdhoorn) - ๐ Fix endpoint for Domain's API (#668 by @tomschlick)
- ๐ Webhook support for array handling (#675 by @martin-sanjuan)
- ๐ Fix parameter name when assigning an IP to the specified Domain (#702 by @josephshanak)
Ip::index()
now returns all IPs instead of the shared IPs (#707 by @josephshanak)
๐ Changed
- โก๏ธ Updated examples for Debugging and Hydrator usage (#634 by @tonybolzan and #681 by @Jiia)
- ๐ Updated link to the Mailgun Documentation page (#688 by @Casmo)
- โ Remove deprecated Laravel package due to it is archived (#695 by @tomschlick)
โ Removed