Skip to content

Latest commit

 

History

History
86 lines (47 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

86 lines (47 loc) · 3.23 KB

LUYA MODULE CONTACTFORM CHANGELOG

All notable changes to this project will be documented in this file. This project make usage of the Yii Versioning Strategy.

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 (16. March 2023)

  • Fix PHP 8.1 issue if mailText is not set

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

1.0.14 (3. December 2019)

  • #30 Attache the mailer send error to the exception when mail is unable to send.

1.0.13 (12. November 2019)

  • #28 Option to disable csrf validation.

1.0.12 (26. August 2019)

  • #24 Fixed bug when using modelClass and sendTouserEmail is not defined.

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 (18. December 2018)

  • #22 Added option for recipient callback with model context.
  • Setup travis and code climate

1.0.9 (23. October 2018)

  • #19 Use renderAjax when calling via an ajax request.

1.0.8.1 (4. June 2018)

  • #17 Fixed bug with wrong declared new line chars.

1.0.8 (22. May 2018)

  • #16 Added option to configure footer message and mail template.

1.0.7 (24. January 2018)

  • #15 Fixed issue where rule options are not passed to rule generator.

1.0.6 (2. January 2018)

  • #6 Use robots behavior, use module translation system, use system mailer replyTo.
  • #14 Added default views for the frontend rendering.

1.0.5 (28. Nov 2017)

  • E-Mail altBody is now auto generated for not html compatible clients or libraries.

1.0.4 (1. Nov 2017)

  • #12 Fixed issue where array input causes email generation error.

1.0.3 (25. May 2017)

  • #5 ReplyTo will auto detected.
  • Prepared Module for translations and added German language.

1.0.2 (4. May 2017)

  • #4 Used yii\widgets\DetailView in order to render E-Mails.
  • Added basic Unit-Tests.

1.0.1 (3. May 2017)

  • #3 Removed method adresses() due to RC3 upgrade conflict.

1.0.0 (25. April 2017)

  • First stable release.