Skip to content

Releases: QuantiCZ/MailQ-PHP-Library

v0.9.1

14 Jul 13:36
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

[FIXES]

  • add missing properties to NotificaitonDataEntity
  • fix NotificationDataEntity property name
  • fix PHP notice (note from backend was not set)
  • fix invalid parameters (parametrs was used as headers and vice versa)

v0.9.0

12 Jun 14:14
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

[BREAKING CHANGES]

  • minimum required PHP version is 7.2
  • MailQFactory methods interface changed
  • unified API for updating entities

[IMPROVEMENTS]

  • add ampTemplate and ampTemplate attribute to notification and newsletter entity

[FIXES]

  • creation of multiple MailQ instances

v0.8.1

06 Feb 09:59
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release
[IMPROVEMENTS]

- update documentation

[FIXES]
- add replyTo, tags and template attributes to NewsletterEntity

v0.7.0

30 Mar 09:47
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

[BREAKING CHANGES]

  • constructor of MailQ\Connector is private

[FIXES]

  • multiple instances of connector allowed
  • add missing Id setter and getter method for CompanyEntity

v0.6.0

25 Jan 14:33
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

[BREAKING CHANGES]

  • API v2 changed format of datetimes, every datetime is now return in format: 2017-01-12T16:33:00+01:00
  • method getSendTimestamp of SmsEntity changed to getSent
  • methods getUndeliveredTimestamp, getOpenedTimestamp, getUnsubscribedTimestamp of NotificationDataEntity removed

[IMPROVEMENTS]

  • add methods to retrieve datetime as DateTime object

[FIXES]

  • change annotation handling when process fields via reflection
  • fix setting respnse data for NotificationDataEntity

v0.4.0

29 Sep 13:10
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
[IMPROVEMENTS]

- added parameter to control timeout
- generated new setters to support fluent style
- added PHPDoc comments
- updated interface of Notification API (CC, BCC and reply to email)

Fixed metadata composer information

22 Sep 12:36
Compare
Choose a tag to compare
Pre-release
v0.1.1

Fixed composer metadata information