Changelog
PDF for GravityView
1.3.0
- π§Ή Housekeeping: Promote canonical Gravity PDF plugin during startup checks
- π Bug: Fix fatal error if the PDF Link is included in a sorted directory
- π Bug: Fix PDF permission issue when Prevent Direct Access View setting enabled
- π Bug: Fix permission error when rendering GV Form fields in PDF
- π Bug: Remove blank line from Layout Builder PDF if field is conditionally hidden
- π Bug: Fix early translation PHP notice
- π Bug: Remove extra 'Go Back' link when there's a PDF error
1.2.0
- π Feature: Generate PDFs from the Layout Builder View
- π Bug: Correctly use the View Name when the PDF Filename is not set
1.1.0
- π Feature: Support independent Single Entry Layout view type in PDF (added in GravityView 2.24+)
- π Feature: Add option to include Single Layout View PDFs as email attachments for Gravity Forms Notifications
- π§Ή Housekeeping: Additional CSS editor height auto-adjusts to fit content
- π Bug: Fix rendering problem in PDF when using {pricing_fields} merge tag in a Custom Content view field
- π Bug: Fix parse_str() PHP deprecation notice when displaying PDF download link
- π Bug: Exclude the Gravity Forms field from the PDF (added in GravityView 2.19+)
- π Bug: Remove duplicate field description from the Additional CSS setting when using GravityView 2.19+
- π Bug: Self-heal the Share PDF form if it gets deleted, trashed, or set to inactive
1.0.6
- π Bug: Resolves PHP ArgumentCountError when Site Language set to Nederlands
1.0.5
- π Bug: Fix PDF access issue when multiple views embedded on the same page
- π Bug: Display fields from joined forms when downloading PDFs from entry layout view
- π Bug: Resolve indent issue in the PDF table layout when displaying paragraph fields
1.0.4
- π Bug: Improve the display of Gravity Wiz Nested Forms fields in PDFs
1.0.3
- π Bug: Stop displaying update nag when plugin is already up to date
1.0.2
- π Bug: Fix PDF access issue when permalink is setup without a trailing slash
1.0.1
- π Bug: Fix missing PDF Link field in the Multiple tab of the View editor
1.0.0
- π Feature: PDF Text and Image watermarks supported in GravityView when Gravity PDF Watermark v2.0+ is activated
- π Feature: Smart Loading Indicator supported for GravityView PDF Download Link when Gravity PDF Enhanced Download v1.1+ is activated
- π§Ή Housekeeping: Added automated tests to verify core functionality and PDF output
0.9.0
- π§Ή Housekeeping: Add missing translations
- π§Ή Housekeeping: Refactor startup code
- π§Ή Housekeeping: Account for non-default GravityView/Gravity PDF directory names when doing system requirement checks
- π Bug: Correctly set minimum supported GravityView version to 2.16 or higher
0.8.0
- π Feature: Add API class for developers to easily generate View PDFs, and get View Settings
- π Bug: Fix PHP error when rendering survey fields in the PDF while the Gravity Forms Survey add-on is not active
0.7.2
- π Bug: Hide Share PDF form in the Form Switcher
- π Bug: Add Custom CSS Classes (if exists) to Table container rows
0.7.1
- π Bug: Fix fatal error when using the table column-sorting feature in the Multiple Entries Layout
- π Bug: Fix spacing issue in table layout PDF for Paragraph fields
0.7.0
- π Feature: Include an Additional CSS setting in the Single Entry PDF section
- π Bug: Hide the Share PDF form in the existing form list when creating a new View (GravityView 2.17.6+)
0.6.1
- π Bug: Fix PHP notice when submitting the Share PDF form
- π Bug: Fix PHP notice when using Share PDF field with Custom Content field
- π Bug: Fix Footer display issue in PDF generated for Map and List views
0.6
- π Feature: Add support for view-specific PDF template overrides (dev)
- π Feature: Add new hook to target and add PDF CSS for specific views (dev)
- π Feature: Add new hook to hide the field labels for specific views (dev)
- π§Ή Housekeeping: Update strings in field settings and errors to make the messaging clearer
0.5.1
- π Bug: Fix issue viewing PDF due to GravityView including URL parameters in the entry URL
0.5
- π Feature: Improve onboarding experience when dependencies aren't met.
0.4
- π Feature: Add Share PDF view field to send the document via email
- π Feature: Add PDF Only visibility setting to view fields
- π Feature: Improved error messages when PDF cannot be generated
- π Feature: PDF link will now use the Post URL if view embedded on a post/page
- π Bug: Adjust formatting issues in PDF setting description/tooltips
0.3
- π Feature: Add support for GravityView - Multiple Forms plugin
- π Feature: Add AI translations for Spanish, French, German, Dutch, Portuguese, Chinese, Russian
- π§βπ» Developer: AddedΒ
gfpdf_gv_pdf_metabox_settingsΒ filter to allow new settings to be registered, or existing ones modified - π Bug: Fix view title in List and Map PDF templates
- π Bug: Correctly add custom classes to the PDF link
- π Bug: Fix encoding and spacing issues in strings
0.2
- π§βπ» Developer: AddedΒ
gfpdf_gv_show_labelΒ filter to disable the display of field labels in PDFs - π§βπ» Developer: Added static \GFPDF\Plugins\PdfForGravityView\Pdf\Rendering::is_pdf_endpoint() call easily check if GravityView filters are run when a PDF is being rendered
- π§βπ» Developer: AddΒ
gfpdf_gv_internal_fields_to_skipΒ filter to allow developers to add or remove GravityView fields that are excluded from the PDF - π Bug: Center-align Likert choices in PDFs
- π Bug: Fix "tick" display issue of individual choices
- π Bug: Fix display of Survey Rating field when using Gravity Forms default output
- π Bug: Disable clickable phone numbers in PDFs, as it isn't supported by the PDF engine
0.1.2
- π Bug: Fix plugin folder name in build script
- Security: Add Update URI plugin header to prevent WP.org update conflict
0.1.1
- π Bug: Add missing plugin description
0.1
- π Initial Release