Skip to content

Releases: GravityKit/GravityExport-Lite

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.

1.11.2

24 Jan 14:24
0fce665
Compare
Choose a tag to compare
  • Enhancement: Added date_updated as a default exported meta field.
  • Bugfix: Filtering using in and not in operators in the URL query string did not work.
  • Bugfix: Exported multiselect fields (e.g., checkboxes and nested forms) could be missing a separator between values if one value is a 0.

1.11.1

20 Jun 21:33
7521079
Compare
Choose a tag to compare
  • Enhancement: Nested form field values are formatted properly through transformers.
  • Bugfix: Sort order of nested form fields could be swapped on some entries.
  • Bugfix: PDFs displaying field names as a vertical column could contain extra empty columns.
  • Bugfix: Download of nested forms could fail on PHP 8.