Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejackson1 committed Mar 26, 2023
1 parent 42f9368 commit 1151ff6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Plugin URI: https://gravitypdf.com/
Donate link: https://gravitypdf.com/donate-to-plugin/
Tags: gravityforms, gravity, forms, pdf, automation, attachment, email
Requires at least: 5.3
Tested up to: 6.1
Stable tag: 6.5.4
Tested up to: 6.2
Stable tag: 6.5.5
Requires PHP: 7.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl.txt
Expand Down Expand Up @@ -107,6 +107,11 @@ If you aren't able to meet the v6 minimum requirements [you can download v5 whic

== Changelog ==

= 6.5.5 =
* Bug: Ensure PDF conditional logic is run through the correct sanitization function upon save
* Bug: Ensure Gravity Wiz Populate Anything live merge tags are correctly processed in the $form_data array
* Bug: Fix Monolog error when running PHP8.1

= 6.5.4 =
* Bug: Fix duplicate notifications when using PDF Background Processing while looping over GFAPI::submit_form()

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.5.4
Version: 6.5.5
Description: Automatically generate highly-customisable 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.5.4' ); /* the current plugin version */
define( 'PDF_EXTENDED_VERSION', '6.5.5' ); /* 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 1151ff6

Please sign in to comment.