Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejackson1 committed Jul 22, 2024
1 parent 79fbf9c commit 9b0448a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 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.0
Stable tag: 6.11.1
Requires PHP: 7.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl.txt
Expand Down
6 changes: 3 additions & 3 deletions pdf.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/*
Plugin Name: Gravity PDF
Version: 6.11.0
Description: Automatically generate highly-customisable PDF documents using Gravity Forms.
Version: 6.11.1
Description: Automatically generate highly customizable PDF documents using Gravity Forms.
Author: Blue Liquid Designs
Author URI: https://blueliquiddesigns.com.au
Plugin URI: https://gravitypdf.com
Expand All @@ -28,7 +28,7 @@
/*
* Set base constants we'll use throughout the plugin
*/
define( 'PDF_EXTENDED_VERSION', '6.11.0' ); /* the current plugin version */
define( 'PDF_EXTENDED_VERSION', '6.11.1' ); /* 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 9b0448a

Please sign in to comment.