Changelog
PDF for GravityView
Version 1.0.0, 13 September 2023
- 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
Version 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
Version 0.8.0, 28 June 2023
- 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
Version 0.7.2, 15 June 2023
- Bug: Hide Share PDF form in the Form Switcher
- Bug: Add Custom CSS Classes (if exists) to Table container rows
Version 0.7.1, 26 May 2023
- 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
Version 0.7.0, 10 May 2023
- 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+)
Version 0.6.1, 21 April 2023
- Bug: Fix PHP notice when submitting the Share PDF form (credit: GravityView)
- Bug: Fix PHP notice when using Share PDF field with Custom Content field in a Single Entry View Layout (credit: GravityView)
- Bug: Fix Footer display issue in PDF generated for Map and List views (when the left footer is empty)
Version 0.6, 14 April 2023
- 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
Version 0.5.1
- Bug: Fix issue viewing PDF due to GravityView including URL parameters in the entry URL
Version 0.5
- Feature: Improve onboarding experience when dependencies aren\'t met.
Version 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
Version 0.3, 25 March 2023
- Feature: Add support for GravityView - Multiple Forms plugin
- Feature: Add AI translations for Spanish, French, German, Dutch, Portuguese, Chinese, Russian
- Dev Feature: 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
Version 0.2, 16 February 2023
- Dev Feature: Added `gfpdf_gv_show_label` filter to disable the display of field labels in PDFs
- Dev Feature: Added static \\GFPDF\\Plugins\\PdfForGravityView\\Pdf\\Rendering::is_pdf_endpoint() call easily check if GravityView filters are run when a PDF is being rendered
- Dev Feature: 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
Version 0.1.2, 15 February 2023
- Bug: Fix plugin folder name in build script
- Security: Add Update URI plugin header to prevent WP.org update conflict
Version 0.1.1, 15 February 2023
- Bug: Add missing plugin description
Version 0.1, 15 February 2023
- Initial Release