Changelog — gravityforms/gravityformsentryassets

0.1.0-alpha.1

  • Initial Labs release.
  • Bulk download of entry file uploads as a ZIP from the Gravity Forms Entries list and the Gravity Flow Status page.
  • Opt-in "Bulk Asset?" setting on File Upload fields, so only chosen fields are included in ZIP downloads.
  • Gravity Forms entry notes exported as HTML or CSV.
  • Gravity Flow timeline notes exported as HTML or CSV.
  • Chunked background job processing with a progress dialog, cancel support, and automatic cleanup of expired jobs.
  • "Select all matching search" support on the Entries list, so a download can cover every entry matching the current filter.
  • Downloads streamed through an authenticated admin-ajax action; temp files are stored outside HTTP reach and deleted after download.
  • ZipArchive availability surfaced on the Plugins screen and in the Gravity Forms system report, with dependent features hidden when it is missing.
  • Developer filters for ZIP folder and file naming, per-entry grouping, and remote file path resolution.
  • Labs packaging: Requires Plugins header, uninstall cleanup, translation template, package-lock, and PHPCS/PHPStan/PHPUnit/Semgrep CI.