Releases: luyadev/luya-module-contactform
Releases · luyadev/luya-module-contactform
1.2.0
1.2.0 (20. April 2023)
- 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']
.
1.1.1
1.1.1 (16. March 2023)
- Fix PHP 8.1 issue if mailText is not set
1.1.0
1.1.0 (16. March 2023)
- Disable testing for PHP 7.2 & PHP 7.3
- Added phpstan and csfixer
- Moved to GitHub Actions
- Fixed issues with PHP 8.1 compatibility
New Contributors
Full Changelog: 1.0.14...1.1.0
1.0.14
1.0.14 (3. December 2019)
- #30 Attache the mailer send error to the exception when mail is unable to send.
1.0.13
1.0.13 (12. November 2019)
- #28 Option to disable csrf validation.
1.0.12
1.0.12 (26. August 2019)
- #24 Fixed bug when using modelClass and sendTouserEmail is not defined.
1.0.11
1.0.11 (8. April 2019)
- #23 Added new modelClass propertie to define a path to a given model instead of define the model on-th-fly.
1.0.10
1.0.10 (18. December 2018)
- #22 Added option for recipient callback with model context.
- Setup travis and code climate
1.0.9
1.0.9 (23. October 2018)
- #19 Use renderAjax when calling via an ajax request.
1.0.8.1
1.0.8.1 (4. June 2018)
- #17 Fixed bug with wrong declared new line chars.