Releases: xqueue/maileon-php-api-client
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
DispatchLogic change
Changed DispatchLogic attribute 'RSSOrderDir' to boolean 'RSSOrderAsc' according to API specs.
Added DispatchLogic class and helper data types
Added DispatchLogic used to activate Trigger Mailings.
New classes:
- DispatchLogic
- DispatchLogicType
- DispatchLogicTarget
- DispatchLogicSpeedLevel
- DispatchLogicInterval
- DispatchLogicRSSUniqueFeature
- DispatchLogicRSSOrderBy
- DispatchLogicRSSOrderDir
- DispatchLogicDeliveryLimitUnit
Minor feature requests and bugfixes
- Added generate_transaction_id to CreateTransactions of TransactionsService
- Changed annotation of MaileonAPIResult::getStatusCode to the correct data type
- Fixed problem when parsing header and body information and server response body contained \r\n\r\n