Skip to content

Commit 263d679

Browse files
committed
Version bump
1 parent cff34ca commit 263d679

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 6.14.0
4+
* 🎉 Feature: Rotate Gravity PDF log files when Gravity Forms logging is enabled. This prevents the log file getting to large.
5+
* 🎉 Feature: Add support for using v1, v2, and v3 of the PSR/Log Composer library with Gravity PDF
6+
* 🐞Bug: Fix PHP error if a third-party plugin loads PSR/Log v2 or v3
7+
38
## 6.13.5
49
* 🐞Bug: Ensure background queue uses correct entry data when resending notifications
510
* 🐞Bug: Prevent plugins corrupting PDF data when viewing/downloading (via output buffer)

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.13.5
4+
Version: 6.14.0
55
Description: Automatically generate highly-customizable PDF documents using Gravity Forms and WordPress (canonical)
66
Author: Blue Liquid Designs
77
Author URI: https://blueliquiddesigns.com.au
@@ -36,7 +36,7 @@
3636
/*
3737
* Set base constants we'll use throughout the plugin
3838
*/
39-
define( 'PDF_EXTENDED_VERSION', '6.13.5' ); /* the current plugin version */
39+
define( 'PDF_EXTENDED_VERSION', '6.14.0' ); /* the current plugin version */
4040
define( 'PDF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); /* plugin directory path */
4141
define( 'PDF_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); /* plugin directory url */
4242
define( 'PDF_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); /* the plugin basename */

0 commit comments

Comments
 (0)