Changelog

Bulk Generator

Version 2.0.0, 9 September 2024

  • Gravity PDF 6.0 and WordPress 5.7 or higher is now required for this extension
  • Feature: Add setting to merge bulk-generated PDFs into a single document (beta)
  • Feature: Add setting to set the filename of the bulk-generated zip or merged PDF file
  • Feature: Revamp UI/UX to improve accessibility
  • Feature: Remember settings from the previous build (per form, saved to local storage)
  • Housekeeping: Add AI translations for Italian, Dutch, Portuguese, Chinese, Hebrew and Russian
  • Housekeeping: Instantly delete temporary files when a build is cancelled
  • Housekeeping: Instantly delete build file when dialog window is closed
  • Housekeeping: Log additional information if verification fails when accessing the secure download link
  • Housekeeping: Change download link timeout to 1 hour and remove `gfpdf_bg_download_url_timeout` hook
  • Bug: Fix filename race condition that would cause PDFs to be missing from the download

Version 1.1.5, 19 October 2023

  • Bug: Fix entry filtering issues due to encoded characters

Version 1.1.4, 23 March 2023

  • Dev: Allow the zip filename to be programmatically changed using the new filter hook `gfpdf_bg_download_zip_filename`

Version 1.1.3, 21 September 2021

  • Dev: Add Javascript action `gform.doAction('gpdf-bulk-generator-redux-store', store)` so Redux store can be accessed

Version 1.1.2, 22 October 2020

  • Bug: Close all active buffers before streaming zip download to client (prevents corrupt zip)
  • Bug: Fix entry filtering with the less than (<) or greater than (>) operators
  • Bug: Scope the CSS so it only applies to the Bulk Generator UI

Version 1.1.1, 4 June 2020

  • Bug: ensure plugin functions as expected when Gravity Forms No Conflict mode is enabled
  • Security: return empty value when {created_by:user_pass} mergetag is used to prevent password hash leaking
  • Security: run {date_created}, {date_updated}, and {payment_date} mergetag through GFCommon::format_variable_value() which handles URL encoding and HTML escaping (if required)

Version 1.1.0, 26 May 2020

  • Housekeeping: Add performance improvements to log messages when handling 1000s PDFs
  • Housekeeping: Add code splitting and reduce JavaScript bundle size
  • Bug: ensure all API requests get cancelled when modal window closed

Version 1.0.2, 28 April 2020

  • Bug: Resolve duplicate Common Tag getting added to Directory Structure
  • Bug: Fix incorrect Directory Structure when not using Common Tags
  • Bug: Fix issue using other Bulk Action options besides 'Download PDF'

Version 1.0.1, 23 April 2020

  • Bug: Fix Update Nag

Version 1.0.0, 22 April 2020

  • Initial Release