Skip to content

Releases: GravityKit/GravityExport-Lite

2.3.8

27 Jan 09:57
c984da5
Compare
Choose a tag to compare
  • 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

17 Jan 10:10
66e5ff3
Compare
Choose a tag to compare
  • Fixed: A warning would appear when upgrading GravityExport Lite.

2.3.6

18 Dec 08:49
55592dd
Compare
Choose a tag to compare
  • 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

28 Nov 14:07
b88ae42
Compare
Choose a tag to compare
  • Fixed: PHP notice in WordPress 6.7 caused by initializing product translations too early.

2.3.4

28 Nov 14:07
7c5d96b
Compare
Choose a tag to compare
  • Fixed: Critical error in combination with GravityExport and PHP 8.

2.3.3

28 Nov 14:06
1a5e195
Compare
Choose a tag to compare
  • Enhancement: Added gfexcel_field_fileuploads_force_download hook, to disable the forced download links.

2.3.2

28 Nov 14:06
714d36a
Compare
Choose a tag to compare
  • Fixed: Added compatibility for servers that miss the iconv or mbstring PHP extension.
  • Fixed: Critical error when downloading an export file.

2.3.1

28 Nov 14:05
e32706a
Compare
Choose a tag to compare
  • 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

24 Jan 14:28
9d384fa
Compare
Choose a tag to compare
  • 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

24 Jan 14:27
c7a96fe
Compare
Choose a tag to compare
  • Bugfix: Checkbox lists without values in the entry could cause problems on transposed exports.