Releases: GravityKit/GravityExport-Lite
Releases · GravityKit/GravityExport-Lite
2.3.6
- Fixed: Type errors on fields no longer cause exports to fail. Values become empty, and errors are logged.
- Enhancement: Added a
gfexcel_field_checkbox_empty
filter to control checkbox output, when no option was selected.
2.3.5
- Fixed: PHP notice in WordPress 6.7 caused by initializing product translations too early.
2.3.4
- Fixed: Critical error in combination with GravityExport and PHP 8.
2.3.3
- Enhancement: Added
gfexcel_field_fileuploads_force_download
hook, to disable the forced download links.
2.3.2
- Fixed: Added compatibility for servers that miss the
iconv
or mbstring
PHP extension.
- Fixed: Critical error when downloading an export file.
2.3.1
- Updated: PhpSpreadsheet to 1.19.0.
- Enhancement: Added a
gfexcel_renderer_csv_output_encoding
hook to set the character encoding on the CSV.
2.1.0
- Bugfix: Data from the old nested form could be exported if the nested form was changed.
- Bugfix: Nested form fields could end up in different columns.
- Enhancement: Added global
Use admin label
setting.
- Enhancement: Moved dependencies to a custom namespace to avoid collision with other plugins.
- Added: German translation
Developer Updates:
- Added:
gk/gravityexport/settings/use-admin-labels
hook.
- Added:
gk/gravityexport/field/use-admin-labels
hook.
- Added:
gk/gravityexport/field/nested-form/export-field
hook to dynamically add other nested form fields to the export.
2.0.6
- Bugfix: Checkbox lists without values in the entry could cause problems on transposed exports.
2.0.5
- Bugfix: Single option survey fields were no longer exported.
2.0.4
- Bugfix: Prevents throwing errors on a malformed notification.