Skip to content

Releases: xqueue/maileon-php-api-client

v1.9.12

24 Jul 13:40

Choose a tag to compare

Fixed issues with webhook deserialization

v1.9.11

28 May 14:42

Choose a tag to compare

Added additional parameters to

  • getUniqueOpens
  • getUniqueOpensCount
  • getUniqueClicks
  • getUniqueClicksCount

v1.9.10

09 Apr 11:44
5963d4e

Choose a tag to compare

  • Added get account information method
  • Fixed updateContact method src param

Version 1.9.9

27 Jun 05:20

Choose a tag to compare

  • Removing utf8_encode function calls deprecated in PHP 8.2

Version 1.9.8

23 Jun 19:13

Choose a tag to compare

Added method to retrieve thumbnails of CMS2 mailings

Version 1.9.7

12 May 05:07

Choose a tag to compare

  • 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

17 Feb 09:12

Choose a tag to compare

Changed variable substitution from ${var} to {$var} to reflect changes in PHP 8.2

Version 1.9.5

16 Nov 15:25

Choose a tag to compare

Fixed bug when creating a webhook and no body specification was given

Version 1.9.4

03 Nov 06:41

Choose a tag to compare

Fixing warnings in PHP 8.1+ and some minor type descriptions

New functions, minimizing library size and new README

09 Sep 23:44
0825e97

Choose a tag to compare

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