Changelog
Bulk Generator
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