Skip to content

2.5.0

Choose a tag to compare

@floatytheastronaut floatytheastronaut released this 09 Mar 19:22
· 58 commits to develop since this release
fafea59
  • Added: A search field for the Enabled and Disabled Fields lists on the form settings page. Quickly find fields by name when configuring exports for forms with many fields.
  • Enhancement: Accessibility support for the field selector:
    • Screen reader announcements when fields are moved between lists;
    • Keyboard navigation with Enter/Space to move fields and Escape to clear search;
    • Visible focus indicators for keyboard users;
    • Proper ARIA labels on all interactive elements.
  • Enhancement: RTL (right-to-left) language support for the field selector interface.
  • Enhancement: Added filter hooks change the separator used to combine complex fields, like Name and Address.
  • Fixed: PHP warning when field names are used as regex patterns without proper delimiters.

Developer Updates:

  • Added: gfexcel_field_separated_separator filter to change the default separator for all combined subfields (default: newline).
  • Added: gfexcel_field_{field_type}_separator filter (e.g., gfexcel_field_name_separator) to change the separator for a specific field type.