Skip to content

Releases: GravityKit/GravityExport-Lite

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.

2.0.5

24 Jan 14:27
450922e
Compare
Choose a tag to compare
  • Bugfix: Single option survey fields were no longer exported.

2.0.4

24 Jan 14:27
15c0f56
Compare
Choose a tag to compare
  • Bugfix: Prevents throwing errors on a malformed notification.

2.0.3

24 Jan 14:27
c01ec01
Compare
Choose a tag to compare
  • Bugfix: Filtering on URLs didn't work on the old download URL structure anymore.

2.0.2

24 Jan 14:26
4819449
Compare
Choose a tag to compare
  • Bugfix: Attachments could have the wrong fields.

2.0.1

24 Jan 14:26
eb54e9e
Compare
Choose a tag to compare
  • Bugfix: The notification for the migration could throw an exception in some instances.

2.0.0

24 Jan 14:26
3122df1
Compare
Choose a tag to compare
  • This is a major update! Enjoy the much nicer feed configuration interface!
  • Changed: The minimum version of Gravity Forms is now 2.5
  • Enhancement: Fields can now be enabled or disabled all at once on the form settings page.
  • Enhancement: Meta fields can now be (de)selected all at once on the plugin settings page.
  • Enhancement: Meta fields with array values are now properly deconstructed on export.
  • Enhancement: Added support for GravityPerks Media Library ID fields.
  • Enhancement: Upload fields can now split into multiple rows (GravityExport).
  • Security: Upload fields now show the private download URL to avoid enumeration on public files.

1.11.4

24 Jan 14:25
6bdba99
Compare
Choose a tag to compare
  • Enhancement: Added Entry ID as a sorting option. Useful when duplicate entry dates exist.
  • Bugfix: on PHP 8 an array value threw an error instead of silently failing.

1.11.3

24 Jan 14:25
2be65de
Compare
Choose a tag to compare
  • Enhancement: List fields column labels can now be manipulated by the gfexcel_field_label filter.