=== PDF for GravityView ===

== Changelog ==

= Version 1.2.0 =
* Feature: Generate PDFs from the Layout Builder View
* Bug: Correctly use the View Name when the PDF Filename is not set

= Version 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

= Version 1.0.6 =
* Bug: Resolves PHP ArgumentCountError when Site Language set to Nederlands

= Version 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

= Version 1.0.4 =
* Bug: Improve the display of Gravity Wiz Nested Forms fields in PDFs

= Version 1.0.3 =
* Bug: Stop displaying update nag when plugin is already up to date

= Version 1.0.2 =
* Bug: Fix PDF access issue when permalink is setup without a trailing slash

= Version 1.0.1 =
* Bug: Fix missing PDF Link field in the Multiple tab of the View editor

= Version 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

= 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 =
* 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 =
* Bug: Hide Share PDF form in the Form Switcher
* Bug: Add Custom CSS Classes (if exists) to Table container rows

= Version 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

= Version 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+)

= Version 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

= Version 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

= 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 =
* 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 =
* 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 =
* Bug: Fix plugin folder name in build script
* Security: Add Update URI plugin header to prevent WP.org update conflict

= Version 0.1.1 =
* Bug: Add missing plugin description

= Version 0.1 =
* Initial Release