Skip to content

Releases: luyadev/luya-mailjet

1.4.2

22 Jul 15:25
Compare
Choose a tag to compare

1.4.2 (22. July 2020)

  • Fix issue with luya\mailjet\jobs\TemplateEmailSendJob when no data is passed to the template.

1.4.1

22 Jul 13:57
Compare
Choose a tag to compare

1.4.1 (22. July 2020)

  • Replace Travis with GitHub Actions
  • Implement yii\base\BaseObject for luya\mailjet\jobs\TemplateEmailSendJob class.

1.4.0

23 Apr 07:42
Compare
Choose a tag to compare

1.4.0 (23. April 2020)

  • #7 Added new helpers to render MJML with variables and generate the HTML data on request instead of while saving/updating.
  • #5 Fix bug with template loading by id instead of slog.

1.3.1

23 Feb 10:44
Compare
Choose a tag to compare

## 1.3.1 (23. February 2020)

  • Fix bug with same instance. This will lead into problems when runing sync command several times in the same "controller".

1.3.0

27 Jan 10:34
Compare
Choose a tag to compare

1.3.0 (27. January 2020)

  • #4 Subscribe Form Widget which provides Double Opt In option.
  • #3 Admin Module to parse MJML into HTML with optional variables. Add the module to your configure and define mjml.io API Keys (run migrate and import commands of LUYA)
  • Deprecated Client::sms(), Client::contacts() and Client::sections() and replaced with Client::$sms, Client::$contacts, Client::$sections.

1.2.0

26 Jul 08:37
a95454c
Compare
Choose a tag to compare

1.2.0 (26. July 2019)

  • #1 Added deduplicate flag to be able to send a mail more than once to a recipient in the same campaign, Added CustomCampaign and CustomId to provide additional tagging ability, Added setTemplateLanguage to avtivly set the TemplateLanguage-Flag (true to parse variables into template)
  • #2 Added new unsubscribe and remove buttons for active window.

1.1.2

06 May 15:14
Compare
Choose a tag to compare

1.1.2 (6. May 2019)

  • Fixed bug with double replacements.

1.1.1

06 May 12:38
Compare
Choose a tag to compare

1.1.1 (6. May 2019)

  • Fixed bug with nested elements an mj-text also with mj-text tags with attributes like <mj-text color="black">text</mj-text>.

1.1.0

06 May 11:22
Compare
Choose a tag to compare

1.1.0 (6. May 2019)

  • Force raw elements to pass the content as CDATA. For example <mj-text><a href="https://luya.io">Go</a></mj-text> must be passed as link content instead of a child node of mj-text node.

1.0.0

21 Mar 13:06
Compare
Choose a tag to compare

1.0.0 (21. March 2019)

  • First stable release.