Skip to content

Releases: GravityKit/GravityExport-Lite

2.7.1

Choose a tag to compare

@floatytheastronaut floatytheastronaut released this 14 Aug 13:21
f227b3f
  • Fixed: Sites running PHP 8.4 or newer logged repeated "deprecated" warnings on every page.
  • Fixed: The global settings page was hidden for administrators when the Members plugin managed capabilities. The page now requires the "Export Entries" capability, which can be granted per role.

2.7.0

Choose a tag to compare

@floatytheastronaut floatytheastronaut released this 07 Aug 00:46
8a1002f
  • Added: The single-entry export attached to a notification is now saved to a unique temporary folder, so simultaneous submissions can no longer overwrite each other's attachment.
  • Fixed: Copy-to-clipboard button icons were vertically misaligned in WordPress 7.0.
  • Fixed: A "translation loading triggered too early" notice (WordPress 6.7+) caused by the download-URL feed actions loading translations during plugin bootstrap.
  • Fixed: The success message shown after regenerating, enabling, or disabling a download URL was lost because the page redirected before it could display.

Developer Updates:

  • Added: gk/gravityexport/notification/attachment-ids filter to change the notification IDs the single-entry export is attached to.
  • Added: gk/gravityexport/notification/attachment-source-ids filter to replace the stored notification selection; it runs first, so callbacks on the filter above always receive the complete selection (used by GravityExport to attach the export to multiple notifications).
  • Added: gk/gravityexport/renderer/save-path filter to change the path a rendered export file is saved to.
  • Added: gk/gravityexport/feed/pre-save-settings filter to change the feed settings before they are stored; it runs inside the save, so related settings are written in a single update.

2.6.0

Choose a tag to compare

@floatytheastronaut floatytheastronaut released this 27 Mar 02:43
7c12ba9
  • Added: gk/gravityexport/fields/additional-meta-fields filter to customize the additional meta fields available for export.
  • Fixed: "Date Updated" values were displayed in GMT instead of the local time.

Developer Updates:

  • Please note that the gravitykit/gravityexport-lite package on Packagist has been abandoned and is no longer maintained.

2.5.0

Choose a tag to compare

@floatytheastronaut floatytheastronaut released this 09 Mar 19:22
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.

2.4.2

Choose a tag to compare

@floatytheastronaut floatytheastronaut released this 07 Jan 13:45
3759514
  • Fixed: Added a deterministic sort order to prevent missing and duplicate entries.
  • Fixed: Entries without a payment_date value would show the current date/time instead of an empty value.
  • Change: Release process to WordPress.org from GitHub Actions.

2.4.1

Choose a tag to compare

@mrcasual mrcasual released this 29 Aug 00:24
a5f9c53
  • Enhancement: Added support for defining a GFEXCEL_AVOID_CLASS_ALIAS constant as true to prevent registering PhpSpreadsheet class aliases.

2.4.0

Choose a tag to compare

@mrcasual mrcasual released this 29 Aug 00:58
ff785a2
  • Changed: Updated download link handling to allow future enhancements.
  • Enhancement: Entries can now be ordered by "Date Updated".

2.3.9

Choose a tag to compare

@mrcasual mrcasual released this 29 Aug 00:25
2c6bf09
  • Fixed: PHP notice in WordPress 6.8 caused by initializing product translations too early.
  • Fixed: The download URL of an Upload Field with multiple files was not passed through gfexcel_field_value.

2.3.8

Choose a tag to compare

@doekenorg doekenorg released this 27 Jan 09:57
c984da5
  • Enhancement: Nested forms can now also export entry meta values.
  • Fixed: Nested form values could cause an exception.
  • Fixed: Columns labels from Nested Form Fields no longer included the parent label.

2.3.7

Choose a tag to compare

@doekenorg doekenorg released this 17 Jan 10:10
66e5ff3
  • Fixed: A warning would appear when upgrading GravityExport Lite.