From 8321bd7a1fb4cd7196ccf06683a7d2e591d540e6 Mon Sep 17 00:00:00 2001 From: Jake Jackson Date: Tue, 19 May 2026 12:11:26 +1000 Subject: [PATCH 01/20] chore: bump version to 6.14.3 --- CHANGELOG.md | 6 ++++++ pdf.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91e05e2ca..b5f5091f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Gravity PDF +### 6.14.3 +* ๐ŸžBug: Preserve the selected template when setting up a new PDF on a form +* ๐ŸžBug: Reset Gravity Wiz Nested Form field IDs after each group in PDFs +* ๐Ÿงน Housekeeping: Better screen-reader support for admin pages +* ๐Ÿงน Housekeeping: WordPress 7.0 Compatibility + ### 6.14.2 * ๐ŸžBug: Fix PHP warning caused by the GFCommon::get_lead_field_display() API change in Gravity Forms 2.9.29 * ๐ŸžBug: Fix merge tag rendering issue when switching between PDF templates diff --git a/pdf.php b/pdf.php index f58f9f9ee..5770e4f3e 100644 --- a/pdf.php +++ b/pdf.php @@ -1,7 +1,7 @@ Date: Mon, 18 May 2026 11:23:44 +1000 Subject: [PATCH 02/20] fix: font manager footer icons on Tools tab and WP 7.0 sizing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hide the select-default-font tick in the AddUpdateFontFooter when the Font Manager is opened from the global Tools tab, matching the existing handleDisableSelectFields() pattern in FontListItems.js โ€” the tick is meaningless without a parent font dropdown to write the selection back into. Also pin font-size: 20px / line-height: 1 on the dashicons trash and tick buttons inside .select-delete-icons-container so they render at ~35px and match the adjacent .gfpdf-button on WordPress 7.0, where the inherited