Skip to content

Releases: luyadev/luya-module-contactform

1.2.0

20 Apr 08:18
Compare
Choose a tag to compare

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 Mar 10:57
14d5d25
Compare
Choose a tag to compare

1.1.1 (16. March 2023)

  • Fix PHP 8.1 issue if mailText is not set

1.1.0

16 Mar 10:40
Compare
Choose a tag to compare

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

03 Dec 11:10
f7f6c3a
Compare
Choose a tag to compare

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 Nov 11:38
Compare
Choose a tag to compare

1.0.13 (12. November 2019)

  • #28 Option to disable csrf validation.

1.0.12

26 Aug 15:35
1e878f5
Compare
Choose a tag to compare

1.0.12 (26. August 2019)

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

1.0.11

08 Apr 17:35
Compare
Choose a tag to compare

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 Dec 09:46
1d4c75c
Compare
Choose a tag to compare

1.0.10 (18. December 2018)

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

1.0.9

23 Oct 13:19
Compare
Choose a tag to compare

1.0.9 (23. October 2018)

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

1.0.8.1

04 Jun 08:59
Compare
Choose a tag to compare

1.0.8.1 (4. June 2018)

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