Skip to content

Releases: nickcv-ln/yii2-mandrill

Switchted to Mialchimp transactional API

21 Jan 09:51
74844c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.1...2.0.0

Added `send_at` and `ip_pool` options

13 Dec 10:45
74844c1
Compare
Choose a tag to compare
Pre-release
Added "send at" and "ip pool" feature (#40)

* fixed "RequestException"

Replaced mandrill dependency with mailchimp-transactional

29 Jun 10:37
e7282c3
Compare
Choose a tag to compare
Moved send test, fixed #27, #35 (#36)

* changed from travis to git action
* used new env setting method
* fixed brackets
* updated dependencies
* updated unit tests
* updated MandrillTest.php added runtime directory creation
* fixed metadata class var, code style updates, 
added ext-fileinfo to composer.json
* tests with key from secrets

* tests with key from secrets 2

* tests with key from secrets 3

* fixed response and error handling

* fixed logging

* replaced sendRaw with send

* set global merge vars and template content independent from template language
fixed response handling

* fixed test

* fixed message test

Fixed #33, #34

21 Jan 07:05
Compare
Choose a tag to compare
  • Fixed Array and string offset access syntax with curly braces is deprecated error

1.8.0

11 Jul 15:30
a447ad2
Compare
Choose a tag to compare

Added new key features

Change Log

  • Applied yii2 code styles
  • Added local merge vars
  • Added metadata property
  • Added recipient metadata property
  • Added google analytics domains property
  • Added google analytics campaign property

1.7.0

10 Jun 10:04
Compare
Choose a tag to compare

added the option to retrieve the original mandrill response.
now sub accounts can be set and you can specify directly the project
you can also specify whether or not you want to enable clicks and opens tracking and if the message is important.
a general clean up of the project has been performed.