Skip to content

Releases: xqueue/maileon-php-api-client

DispatchLogic change

06 Jul 07:39

Choose a tag to compare

Changed DispatchLogic attribute 'RSSOrderDir' to boolean 'RSSOrderAsc' according to API specs.

Added DispatchLogic class and helper data types

05 Jul 17:58

Choose a tag to compare

Added DispatchLogic used to activate Trigger Mailings.

New classes:

  • DispatchLogic
  • DispatchLogicType
  • DispatchLogicTarget
  • DispatchLogicSpeedLevel
  • DispatchLogicInterval
  • DispatchLogicRSSUniqueFeature
  • DispatchLogicRSSOrderBy
  • DispatchLogicRSSOrderDir
  • DispatchLogicDeliveryLimitUnit

Minor feature requests and bugfixes

04 May 08:47

Choose a tag to compare

  • 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

Version 1.8.5

10 Jan 16:10

Choose a tag to compare

  • Added CMS2 methods (thank you @ Maileon.hu)
  • Added webhook methods (thank you @ Maileon.hu)
  • Get/Delete transaction by ID (thank you @ Maileon.hu)
  • Added getting blacklist expressions (thank you @ Maileon.hu)
  • Added template template path XML response (thank you @ Maileon.hu)
  • Due to more strict validation empty strings are not valid for editorVersion when creating Mails. Removed that parameter if not set from API call.

Contact Preferences

12 Nov 07:41

Choose a tag to compare

Added contact preference methods and classes

Added getRecipientAlias, getTrackingStrategy, getSpeedLevel and getPostSendoutCleanupState

25 Oct 12:06

Choose a tag to compare

Added new functions "getRecipientAlias", "getTrackingStrategy", "getSpeedLevel" and "getPostSendoutCleanupState" to the MailingsService.

Updated CreateMailing

18 May 11:03

Choose a tag to compare

Added possibbility to select CMS1 or CMS2 when crating a mailing

Correction of package name of mailing blacklistservice class

06 May 13:22

Choose a tag to compare

Fixed a misspelled package declaration in BlacklistsService

Managing Mailing Blacklists

30 Apr 14:07

Choose a tag to compare

From 1.8.0 you can manage mailing blacklists (and not only assign them)

Mailing Blacklist Management, Mailing Domain Retrieval, XML Bugfix and Contact Hashes for Reports

01 Feb 14:57

Choose a tag to compare

  • Added parameter "embedContactHash" to getOpens and getClicks
  • Added method to get domain used for a mailing
  • Added methods for adding, deleting and retrieving mailing specific blacklists (Versandsperrlisten) to MailingsService
  • Fixing problem of being not able to set values containing XML special characters in MailingsService #setSender, #setSubject, #setPreviewText, and #setTemplate