Skip to content

Releases: guilamu/gf-xlsx-csv-notifications

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 08 Jul 12:22
  • Fixed: the add-on title and the XLSX to CSV form settings tab label were hardcoded in English and never passed through the i18n functions, so they ignored the French translation. They are now translated once the textdomain is loaded

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 06 Jul 16:06
  • Fixed: fields set to CSV only (drop XLSX) could still end up with the XLSX attached, because Gravity Forms' own "Attach uploaded files to notification" option runs after this plugin's filter and re-added it. A new gform_pre_send_email hook now runs last, dropping the XLSX for "CSV only" fields and de-duplicating attachments right before the email is sent

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 12:44
  • The Converted worksheet field now rejects 0 and negative values (1 = first sheet): the number input enforces a minimum of 1 client-side, snapping back to 1 if cleared or set below 1

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 12:25
  • Added a per-form XLSX to CSV settings tab that detects every file upload field and exposes, per field: CSV only (drop XLSX), CSV delimiter, and converted worksheet (1 = first sheet)
  • Replaced the gf_xlsx_csv_notifications_attach_original, gf_xlsx_csv_notifications_delimiter and gf_xlsx_csv_notifications_sheet_index filters with these UI settings
  • Cache filename now accounts for delimiter/worksheet so changing a setting regenerates the CSV instead of reusing a stale one
  • Kept the gf_xlsx_csv_notifications_enabled and gf_xlsx_csv_notifications_field_enabled filters as programmatic escape hatches

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 06:14
  • Initial release
  • XLSX to CSV conversion (first worksheet, semicolon delimiter, UTF-8 BOM) attached to Gravity Forms notifications
  • Optional attachment of the original XLSX file
  • Filters to target forms, notifications and fields, and to change delimiter and worksheet
  • Automatic updates from GitHub releases