All notable changes to this project will be documented in this file. This project make usage of the Yii Versioning Strategy.
- Fixed issue where
$attributeLabels
where not sent into Yii::t localisation function. Its now possible via array where the first value is the category f.e'firstname' => ['app', 'firstname']
.
- Fix PHP 8.1 issue if mailText is not set
- Disable testing for PHP 7.2 & PHP 7.3
- Added phpstan and csfixer
- Moved to GitHub Actions
- Fixed issues with PHP 8.1 compatibility
- #30 Attache the mailer send error to the exception when mail is unable to send.
- #28 Option to disable csrf validation.
- #24 Fixed bug when using modelClass and sendTouserEmail is not defined.
- #23 Added new modelClass propertie to define a path to a given model instead of define the model on-th-fly.
- #22 Added option for recipient callback with model context.
- Setup travis and code climate
- #19 Use renderAjax when calling via an ajax request.
- #17 Fixed bug with wrong declared new line chars.
- #16 Added option to configure footer message and mail template.
- #15 Fixed issue where rule options are not passed to rule generator.
- #6 Use robots behavior, use module translation system, use system mailer replyTo.
- #14 Added default views for the frontend rendering.
- E-Mail altBody is now auto generated for not html compatible clients or libraries.
- #12 Fixed issue where array input causes email generation error.
- #5 ReplyTo will auto detected.
- Prepared Module for translations and added German language.
- #4 Used yii\widgets\DetailView in order to render E-Mails.
- Added basic Unit-Tests.
- #3 Removed method
adresses()
due to RC3 upgrade conflict.
- First stable release.