Skip to content

Releases: luyadev/luya-module-forms

1.8.1

31 Oct 07:12
6f8508f
Compare
Choose a tag to compare

1.8.1 (31. October 2023)

  • #32 Added bahasa indonesia language

1.8.0

09 Aug 12:10
Compare
Choose a tag to compare

1.8.0 (9. August 2023)

  • Apply the nl2br() function on the intro and outro text within the default email compose function. This ensures that all newlines are transformed into <br /> tags, unless you choose to override the default behavior by implementing your own custom logic using the 'emailMessage' => function(SubmissionEmail $email, Forms $forms) {} function.

1.7.5

09 Aug 10:41
Compare
Choose a tag to compare
  • fix another bug with empty var names

1.7.4

09 Aug 09:24
Compare
Choose a tag to compare

1.7.4 (9. August 2023)

  • Add empty attribute name check to SelectBlock.

1.7.3

09 Aug 09:21
Compare
Choose a tag to compare

1.7.3 (9. August 2023)

  • Enhance the handling of empty attribute name values to ensure that the input is hidden gracefully instead of triggering an error when no attribute name is provided. Additionally, empty arrays for select and checkbox inputs no longer result in exceptions. Instead, an empty array is now the default, ensuring that nothing is displayed and the process proceeds smoothly.

1.7.2

05 Apr 07:57
eaa8e55
Compare
Choose a tag to compare

1.7.2 (5. April 2023)

  • #31 Added PT Translations
  • Added tests for PHP 8.2
  • Fixed issue where value was not an array.

New Contributors

Full Changelog: 1.7.1...1.7.2

1.7.1

05 Oct 08:00
d9d30e8
Compare
Choose a tag to compare

1.7.1 (5. October 2022)

  • #30 Added option to delete forms including all values and submissions.

1.7.0

01 Sep 12:30
Compare
Choose a tag to compare

1.7.0 (1. September 2022)

  • #29 Added option to retrieve certain value in submission email object.

1.6.0

24 Aug 13:19
7f213e1
Compare
Choose a tag to compare

1.6.0 (24. August 2022)

  • #28 New afterSave event on Forms component.

1.5.1

02 Jun 15:17
Compare
Choose a tag to compare

1.5.1 (2. June 2022)

  • Fixed issue with latest Yii Framework Dynamic Model
  • Added Tests for PHP 8.1