Releases: guilamu/gf-xlsx-csv-notifications
Releases · guilamu/gf-xlsx-csv-notifications
Release list
v1.1.4
- 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
- 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_emailhook now runs last, dropping the XLSX for "CSV only" fields and de-duplicating attachments right before the email is sent
v1.1.1
- 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
- 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_delimiterandgf_xlsx_csv_notifications_sheet_indexfilters 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_enabledandgf_xlsx_csv_notifications_field_enabledfilters as programmatic escape hatches
v1.0.0
- 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