Releases: xqueue/maileon-php-api-client
Releases · xqueue/maileon-php-api-client
v1.9.12
Fixed issues with webhook deserialization
v1.9.11
Added additional parameters to
- getUniqueOpens
- getUniqueOpensCount
- getUniqueClicks
- getUniqueClicksCount
v1.9.10
- Added get account information method
- Fixed updateContact method src param
Version 1.9.9
- Removing utf8_encode function calls deprecated in PHP 8.2
Version 1.9.8
Added method to retrieve thumbnails of CMS2 mailings
Version 1.9.7
- Added method to update transaction types
- Added sanitizer method to remove the ID field of attributes of transaction types when updating, as this causes an error
Version 1.9.6
Changed variable substitution from ${var} to {$var} to reflect changes in PHP 8.2
Version 1.9.5
Fixed bug when creating a webhook and no body specification was given
Version 1.9.4
Fixing warnings in PHP 8.1+ and some minor type descriptions
New functions, minimizing library size and new README
Added contact filter restrictions to MailingsService
Added parameters for retrieving custom-/standardfiels to getUnsubscriber report
Removed documentation in preparation of central deployment and minimizing API client size
Removed tests/examples in preparation of central deployment and minimizing API client size
Updated README to an expected and modern format and to mirror deletions