- Updated for Craft CMS 5
- Downgraded PHP version requirement to 8.0+
- Formatted code to match Craft's standards
- Updated Mail transport using Symfony's Mailer (#8)
- Updated plugin codebase for Craft 4
- Improved utility view of sent status bullet (green)
- Updated Mailject icon
- Added PHP8 support
- Fixed SmsService init() to have a compatible return type definition (#4)
- Fixed SmsService to support environment variables for settings (#2)
- Fixed system utility interface
- Fixed rendering environment variables for the API Key & Secret for the CP elements
- Fixed composer dependency for Mailjet's Swiftmailer 6 support (no dev-dependency anymore)
- Including Mailjet Swiftmailer package version 2.0
- Fixed connecting to the Mailjet API by removing client options from mail adapter
- Added minimum-stability to composer.json since the Mailjet Swiftmailer transport requires a dev branch for newest 6+ version.
- SMS features by Mailjet API
- System utility to view sent messages
- Caching for better performance in utility
- Fixed checking if Mailjet transport is used in
MailjetAdapter::isUsed()
- Separated docs into multiple markdown files
- Initial release of the Craft CMS 3 plugin for Mailjet