Releases: GravityKit/GravityExport-Lite
Releases · GravityKit/GravityExport-Lite
Release list
2.7.1
- 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
- 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-idsfilter to change the notification IDs the single-entry export is attached to. - Added:
gk/gravityexport/notification/attachment-source-idsfilter 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-pathfilter to change the path a rendered export file is saved to. - Added:
gk/gravityexport/feed/pre-save-settingsfilter 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
- Added:
gk/gravityexport/fields/additional-meta-fieldsfilter 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-litepackage on Packagist has been abandoned and is no longer maintained.
2.5.0
- 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_separatorfilter to change the default separator for all combined subfields (default: newline). - Added:
gfexcel_field_{field_type}_separatorfilter (e.g.,gfexcel_field_name_separator) to change the separator for a specific field type.
2.4.2
- Fixed: Added a deterministic sort order to prevent missing and duplicate entries.
- Fixed: Entries without a
payment_datevalue would show the current date/time instead of an empty value. - Change: Release process to WordPress.org from GitHub Actions.