Version 2.0.2

March 24, 2024

Changed

  • Fixed typo to the sort property (#10)
  • Scaled down the symfony/mailjet-mailer requirement (#9)

Version 2.0.1

July 30, 2022

Changed

  • Downgraded PHP version requirement to 8.0+
  • Formatted code to match Craft's standards

Version 2.0.0

July 19, 2022

Changed

  • Updated Mail transport using Symfony's Mailer (#8)
  • Updated plugin codebase for Craft 4

Version 1.2.3

April 17, 2021

Changed

  • Improved utility view of sent status bullet (green)
  • Updated Mailject icon
  • Added PHP8 support

Version 1.2.2

May 27, 2020

Changed

  • Fixed SmsService init() to have a compatible return type definition (#4)
  • Fixed SmsService to support environment variables for settings (#2)

Version 1.2.1

April 17, 2020

Changed

  • Fixed system utility interface
  • Fixed rendering environment variables for the API Key & Secret for the CP elements

Version 1.2.0

September 11, 2019

Changed

  • Fixed composer dependency for Mailjet's Swiftmailer 6 support (no dev-dependency anymore)
  • Including Mailjet Swiftmailer package version 2.0

Version 1.1.2

April 15, 2019

Changed

  • Fixed connecting to the Mailjet API by removing client options from mail adapter

Version 1.1.1

April 14, 2019

Changed

  • Added minimum-stability to composer.json since the Mailjet Swiftmailer transport requires a dev branch for newest 6+ version.

Version 1.1.0

February 27, 2019

Added

  • SMS features by Mailjet API
  • System utility to view sent messages
  • Caching for better performance in utility

Changed

  • Fixed checking if Mailjet transport is used in MailjetAdapter::isUsed()
  • Separated docs into multiple markdown files

Version 1.0.0

February 23, 2019

Added

  • Initial release of the Craft CMS 3 plugin for Mailjet