Changelog

1.5.0 - 2023-07-21

Warning Composer dependency to craftcms/redactor:^2.7 has been removed, if this wasn't in your composer.json the Redactor plugin will be removed, require it manually to be able to write Html emails : composer require craftcms/redactor:^2.7

Added

  • CKEditor support. Wysiwyg editors must now be installed separately and chosen in the plugin settings

Fixed

  • Fixed error when no redactor config are found #15

1.4.9 - 2023-04-13

Fixed

  • Disable upload on attachements field #13

1.4.8 - 2023-03-08

Fixed

  • Make sure system messages registered by other plugins are properly installed and uninstalled #10
  • Order emails by heading on dashboard
  • Make sure Redactor is installed along with Emails
  • Ensure project config dateModified is not updated one more time when uninstalling this plugin
  • Added a helper on the settings to reinstall email in case of issues #10

1.4.7 - 2023-03-07

Fixed

  • Fixed emails not being sent when other plugins would not use Mailer::composeFromKey() #10

1.4.6 - 2023-02-15

Fixed

  • Fixed email log replyTo wrong typing #9

1.4.5 - 2022-11-17

Changed

  • Updated documentation urls

1.4.4 - 2022-10-12

Changed

  • Changed plugin icons

1.4.3 - 2022-09-27

Fixed

  • Fixed empty spaces in text emails. #8

1.4.2 - 2022-07-12

Fixed

  • Removed text column default value. Issue 5

1.4.1 - 2022-05-28

Fixed

  • Fixed logging issue on sending shots through console

1.4.0 - 2022-05-09

Changed

  • Javascript rehaul with webpack
  • Renamed all services all() methods to getAll()

Added

  • Integration to triggers
  • New trigger action "Send email"

1.3.0 - 2022-01-31

Removed

  • Test setting email

Fixed

  • Ensure system emails can't be deleted

Changed

  • Require Craft 3.6.5 before which craft\mail\Mailer::EVENT_BEFORE_PREP doesn't exist
  • Exclude test settings email from creation, as it's never used by the system

1.2.5 - 2022-01-31

Fixed

  • Issue setting reply to email when not defined

1.2.4 - 2022-01-18

Fixed

  • Issue with redactor helper (php 7.4)
  • Issue with event before prep (php 7.4)

1.2.3 - 2022-01-11

Fixed

  • Better error handling when sending shot through command line

1.2.2 - 2022-01-11

Fixed

  • Error when redactor config is not populated
  • Redactor config defaults to 'Default.json'

1.2.1 - 2022-01-11

Fixed

  • Remove test content in default email template

1.2.0 - 2022-01-10

Fixed

  • Plain text emails dont have html

Changed

  • move messages into their own service
  • better quick shot error handling
  • better preview
  • better redactor integration (links to entry, category, assets), enabled elements refs

1.1.1 - 2022-01-10

Fixed

  • French translations

1.1.0 - 2022-01-10

Fixed

  • Plugin would show up as disabled after install

Changed

  • Mailchimp caching can be set to -1 to skip caching
  • Email log stored in filesystem instead of database
  • Replace mailer with custom one
  • Removed config driven attributes

Added

  • Email translations
  • Email templates
  • Email preview
  • Translatable attachements

1.0.1 - 2022-01-09

Fixed

  • Compress email logs setting
  • Email duplication in email shots

Added

  • "View emails" button on email shots dashboard
  • Mailchimp lists integration through API

1.0.0 - 2022-01-08

Added

  • Initial release
You must enable javascript to view this website