Skip to content

Commit 81db0c4

Browse files
committed
Version bump
1 parent 00d3c0f commit 81db0c4

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

README.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Plugin URI: https://gravitypdf.com/
44
Donate link: https://gravitypdf.com/donate-to-plugin/
55
Tags: gravityforms, gravity, forms, pdf, automation, attachment, email
66
Requires at least: 5.3
7-
Tested up to: 6.3
8-
Stable tag: 6.7.1
7+
Tested up to: 6.4
8+
Stable tag: 6.7.2
99
Requires PHP: 7.3
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl.txt
@@ -49,10 +49,12 @@ Gravity PDF generates PDFs on your web server, so no third-party service receive
4949

5050
Pay for additional PDF designs and functionality [from our online store](https://gravitypdf.com/store/).
5151

52-
* **New Designs** – get access to 9 additional universal designs, 6 certificates, 4 invoices, and 3 letter styles
52+
* **New Designs** – get access to 9 additional universal designs, 6 certificates, 6 invoices, and 3 letter styles
5353
* **Additional customizations** – watermark PDFs with your own logo or text, control fields that should be displayed per PDF, add field descriptions, display all checkbox or radio field options, add notes, show field values instead of labels, and hide the product table
5454
* **On-screen Preview** – allow users to preview the PDF before form submission (and optionally payment) so they can see what the end result will be. This is a great feature for capturing e-signatures, selling PDF reports / certificates / gift cards, or providing an on-screen proof before the PDF is sent to the printers (perfect for business cards).
5555
* **Bulk Download** - search, filter, and select entries and then zip up all your PDFs and download all together in a convenient zip file
56+
* **Smart Loading Indicator** - improve the UX for your users when generating complex PDFs that take time to create.
57+
* **GravityView** - turn [GravityView](https://www.gravitykit.com/products/gravityview/) into a drag-and-drop PDF builder for your Single Entry View Layouts.
5658
* **GFChart** - create PDF reports that display pie, bar, or column charts with aggregate Gravity Forms data [using GFChart](https://gfchart.com).
5759
* **30-Day Refund Guarantee** – Purchase with confidence knowing when you buy a product from our store that you can get a refund within 30 days, for any reason.
5860

@@ -68,7 +70,7 @@ Need a tailor-made solution for Gravity PDF that solves complex business problem
6870

6971
All development for Gravity PDF [is handled via GitHub](https://github.com/GravityPDF/gravity-pdf/). Opening new issues or submitting a pull request is welcome.
7072

71-
Keep up to date with Gravity PDF by [subscribing to the newsletter](https://gravitypdf.com/signup/), [following us on Twitter](https://twitter.com/gravitypdf) and [liking us on Facebook](https://www.facebook.com/gravitypdf).
73+
Keep up to date with Gravity PDF by [subscribing to the newsletter](https://gravitypdf.com/signup/), [following us on Twitter/X](https://twitter.com/gravitypdf) and [liking us on Facebook](https://www.facebook.com/gravitypdf).
7274

7375
If you enjoy using the software [we'd love it if you could give us a review!](https://wordpress.org/support/view/plugin-reviews/gravity-forms-pdf-extended)
7476

@@ -105,6 +107,11 @@ Gravity PDF can be run on most modern shared web hosting without any issues. It
105107

106108
== Changelog ==
107109

110+
= 6.7.2 =
111+
* Bug: Resolve fatal error when using Gravity Forms Google Analytics Pagination feature with the PDF URL included in the parameters.
112+
* Housekeeping: Update PDF library to latest version
113+
* Housekeeping: Update help search API details
114+
108115
= 6.7.1 =
109116
* Bug: Improve dependency conflicts with third party plugins who bundle PSR Log v2 or v3
110117
* Housekeeping: Use 4xx HTTP Status Codes for non-server related errors when generating PDFs

pdf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: Gravity PDF
4-
Version: 6.7.1
4+
Version: 6.7.2
55
Description: Automatically generate highly-customisable PDF documents using Gravity Forms.
66
Author: Blue Liquid Designs
77
Author URI: https://blueliquiddesigns.com.au
@@ -28,7 +28,7 @@
2828
/*
2929
* Set base constants we'll use throughout the plugin
3030
*/
31-
define( 'PDF_EXTENDED_VERSION', '6.7.1' ); /* the current plugin version */
31+
define( 'PDF_EXTENDED_VERSION', '6.7.2' ); /* the current plugin version */
3232
define( 'PDF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); /* plugin directory path */
3333
define( 'PDF_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); /* plugin directory url */
3434
define( 'PDF_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); /* the plugin basename */

0 commit comments

Comments
 (0)