Skip to content

Releases: am-impact/amforms

1.3.8

21 Apr 09:41
Compare
Choose a tag to compare
  • Field labels are now translated when using displayField / displayForm.

1.3.7

18 Apr 08:33
Compare
Choose a tag to compare
  • Added releases JSON.
  • Added plugin icons.

1.3.6

04 Apr 11:34
Compare
Choose a tag to compare
  • Fix templates path deprecation errors. ( Solves #63 )

1.3.5

10 Feb 14:55
Compare
Choose a tag to compare
  • Enable mail attachments with s3.
  • Use url in assets export.
  • Handle the required attribute in the field templates.
  • Fixes export of a multiselect field.

1.3.4

12 Jan 12:37
Compare
Choose a tag to compare
  • Simple Table FieldType export.
  • Fix line breaks in exports.

1.3.3

12 Jan 07:26
Compare
Choose a tag to compare
  • Add table option when creating fields.

1.3.2

08 Jan 13:16
Compare
Choose a tag to compare
  • Move possible errors inside the form__field div.
  • Fix displayField to make sure we only allow supported fields.

1.3.1

06 Jan 13:55
Compare
Choose a tag to compare
  • Removed the grid when creating / editing forms. With the grid intact, Firefox is not able to use the Field Layout Designer. ( Solves #45 )
  • Fix unnecessary hidden field when using a checkbox group.

1.3.0

22 Dec 11:00
Compare
Choose a tag to compare
  • Added a delimiter export setting. ( Solves #32 )
  • Added support for the date field. ( Thanks to #36 )
  • Hide unsupported fields for non-admin users to avoid confusion. ( Thanks to #37 )
  • Change ID export column to support Excel, which would otherwise not open the file.
  • Fixed a bug that would occur when using a custom "field" template. ( Solves #35 )
  • Fixed custom colspan settings for the dashboard widget. ( Solves #34 )

1.2.10

03 Dec 11:10
Compare
Choose a tag to compare
  • Render email attributes (from, to, subject, etc..) through template parser, environment variables and translation files.
  • Fix anti spam check based on time. ( Solves #28 )