File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 6.14.1
4+ * 🧹 Housekeeping: Use the field type (not input type) in the field class name
5+ * 🧹 Housekeeping: Use the field type (not input type) in the ` gfpdf_pdf_field_content_{$type} ` filter
6+
37## 6.14.0
48* 🎉 Feature: Rotate Gravity PDF log files when Gravity Forms logging is enabled. This prevents the log file getting to large.
59* 🎉 Feature: Add support for using v1, v2, and v3 of the PSR/Log Composer library with Gravity PDF
Original file line number Diff line number Diff line change 11<?php
22/*
33Plugin Name: Gravity PDF
4- Version: 6.14.0
4+ Version: 6.14.1
55Description: Automatically generate highly-customizable PDF documents using Gravity Forms and WordPress (canonical)
66Author: Blue Liquid Designs
77Author URI: https://blueliquiddesigns.com.au
3636/*
3737 * Set base constants we'll use throughout the plugin
3838 */
39- define ( 'PDF_EXTENDED_VERSION ' , '6.14.0 ' ); /* the current plugin version */
39+ define ( 'PDF_EXTENDED_VERSION ' , '6.14.1 ' ); /* the current plugin version */
4040define ( 'PDF_PLUGIN_DIR ' , plugin_dir_path ( __FILE__ ) ); /* plugin directory path */
4141define ( 'PDF_PLUGIN_URL ' , plugin_dir_url ( __FILE__ ) ); /* plugin directory url */
4242define ( 'PDF_PLUGIN_BASENAME ' , plugin_basename ( __FILE__ ) ); /* the plugin basename */
You can’t perform that action at this time.
0 commit comments