Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejackson1 committed Sep 1, 2024
1 parent 0d46525 commit 0bae819
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Donate link: https://gravitypdf.com/donate-to-plugin/
Tags: gravity forms, form, contact form, pdf, email
Requires at least: 5.3
Tested up to: 6.6
Stable tag: 6.11.3
Stable tag: 6.11.4
Requires PHP: 7.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl.txt
Expand Down Expand Up @@ -107,6 +107,9 @@ Gravity PDF can be run on most modern shared web hosting without any issues. It

== Changelog ==

= 6.11.4 =
* Bug: Allow numbers with decimals when saving number fields in the PDF Settings

= 6.11.3 =
* Bug: Fix truncated merge tags in HTML attribute when included in PDF setting Rich Text fields

Expand Down
4 changes: 2 additions & 2 deletions pdf.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Gravity PDF
Version: 6.11.3
Version: 6.11.4
Description: Automatically generate highly customizable PDF documents using Gravity Forms.
Author: Blue Liquid Designs
Author URI: https://blueliquiddesigns.com.au
Expand All @@ -28,7 +28,7 @@
/*
* Set base constants we'll use throughout the plugin
*/
define( 'PDF_EXTENDED_VERSION', '6.11.3' ); /* the current plugin version */
define( 'PDF_EXTENDED_VERSION', '6.11.4' ); /* the current plugin version */
define( 'PDF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); /* plugin directory path */
define( 'PDF_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); /* plugin directory url */
define( 'PDF_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); /* the plugin basename */
Expand Down

0 comments on commit 0bae819

Please sign in to comment.