Changelog
Bulk Generator
3.0.0
- π Bug: Prefix the namespace of all composer packages to prevent third-party conflicts
- π§Ή Housekeeping: Add support for filesystems that don't support directories
- π§βπ» Developer: The
\League\FlysystemPHP namespace has been updated to\GFPDF\Plugins\BulkGenerator\Vendor\League\Flysystem[BREAKING CHANGE] - π§βπ» Developer: Added
gfpdf_bulk_generator_concurrencyfilter to change the number of concurrent PDFs generated in bulk at any one time - π§βπ» Developer: Added
gfpdf_bulk_generator_flysystem_v1_adaptorfilter to change the Flysystem v1 adapter used to save temporary files
2.2.0
- π§Ή Housekeeping: Limit pages admin notices are displayed on to reduce notice fatigue
- π§Ή Housekeeping: Update dependencies
- π Bug: Resolve dynamic property deprecation notice
- π Bug: Resolve early translation PHP notice if any plugin requirements aren't met
- π Bug: Fix incorrect documentation link
- π§βπ» Developer: AddΒ
gfpdf_bulk_generator_is_user_authorizedΒ filter to allow developers to set custom user permissions for the bulk PDF functionality - π§βπ» Developer: AddΒ
gfpdf_bulk_generator_settingsΒ filter to let developers alter the bulk PDF settings
2.1.0
- π Feature: Order merged PDF documents using the Entry List and PDF List orders
2.0.0
- 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
1.1.5
- π Bug: Fix entry filtering issues due to encoded characters
1.1.4
- π§βπ» Developer: Allow the zip filename to be programmatically changed using the new filter hookΒ
gfpdf_bg_download_zip_filename
1.1.3
- π§βπ» Developer: Add Javascript actionΒ
gform.doAction('gpdf-bulk-generator-redux-store', store)Β so Redux store can be accessed
1.1.2
- π Bug: Close all active buffers before streaming zip download to client
- π 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
1.1.1
- π 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
- π Security: run {date_created}, {date_updated}, and {payment_date} mergetag through GFCommon::format_variable_value() which handles URL encoding and HTML escaping (if required)
1.1.0
- π§Ή 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
1.0.2
- π 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'
1.0.1
- π Bug: Fix Update Nag
1.0.0
- π Initial Release