Gravity PDF - Version 3.5.2

Version Description

  • Bug - Initialisation folder .htaccess file was preventing template.css from being loaded by the default templates.
Download this release

Release Info

Developer Blue Liquid Designs
Plugin Icon 128x128 Gravity PDF
Version 3.5.2
Comparing to
See all releases

Code changes from version 3.5.1 to 3.5.2

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.gravityformspdfextended.com
4
  Tags: gravity, forms, pdf, automation, attachment
5
  Requires at least: 3.5
6
  Tested up to: 3.9
7
- Stable tag: 3.5.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -80,6 +80,9 @@ All FAQs can be [viewed on the Gravity Forms PDF Extended website](http://gravit
80
 
81
  == Changelog ==
82
 
 
 
 
83
  = 3.5.1 =
84
  * Bug - Fixed issue with core fonts Arial/Helvetica, Times/Times New Roman and Courier not displaying in the PDF.
85
  * Bug - Fixed display issues for multiple PDFs on the details admin entry page
4
  Tags: gravity, forms, pdf, automation, attachment
5
  Requires at least: 3.5
6
  Tested up to: 3.9
7
+ Stable tag: 3.5.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
80
 
81
  == Changelog ==
82
 
83
+ = 3.5.2 =
84
+ * Bug - Initialisation folder .htaccess file was preventing template.css from being loaded by the default templates.
85
+
86
  = 3.5.1 =
87
  * Bug - Fixed issue with core fonts Arial/Helvetica, Times/Times New Roman and Courier not displaying in the PDF.
88
  * Bug - Fixed display issues for multiple PDFs on the details admin entry page
initialisation/.htaccess DELETED
@@ -1 +0,0 @@
1
- deny from all
 
pdf.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Gravity Forms PDF Extended
5
  Plugin URI: http://www.gravityformspdfextended.com
6
  Description: Gravity Forms PDF Extended allows you to save/view/download a PDF from the front- and back-end, and automate PDF creation on form submission. Our Business Plus package also allows you to overlay field onto an existing PDF.
7
- Version: 3.5.1
8
  Author: Blue Liquid Designs
9
  Author URI: http://www.blueliquiddesigns.com.au
10
 
@@ -33,7 +33,7 @@ GNU General Public License for more details.
33
  /*
34
  * Define our constants
35
  */
36
- define('PDF_EXTENDED_VERSION', '3.5.1');
37
  define('GF_PDF_EXTENDED_SUPPORTED_VERSION', '1.7');
38
  define('GF_PDF_EXTENDED_WP_SUPPORTED_VERSION', '3.5');
39
  define('GF_PDF_EXTENDED_PHP_SUPPORTED_VERSION', '5');
4
  Plugin Name: Gravity Forms PDF Extended
5
  Plugin URI: http://www.gravityformspdfextended.com
6
  Description: Gravity Forms PDF Extended allows you to save/view/download a PDF from the front- and back-end, and automate PDF creation on form submission. Our Business Plus package also allows you to overlay field onto an existing PDF.
7
+ Version: 3.5.2
8
  Author: Blue Liquid Designs
9
  Author URI: http://www.blueliquiddesigns.com.au
10
 
33
  /*
34
  * Define our constants
35
  */
36
+ define('PDF_EXTENDED_VERSION', '3.5.2');
37
  define('GF_PDF_EXTENDED_SUPPORTED_VERSION', '1.7');
38
  define('GF_PDF_EXTENDED_WP_SUPPORTED_VERSION', '3.5');
39
  define('GF_PDF_EXTENDED_PHP_SUPPORTED_VERSION', '5');
view/templates/settings/changelog.php CHANGED
@@ -22,6 +22,12 @@
22
 
23
  <h3><?php echo PDF_EXTENDED_VERSION; ?></h3>
24
 
 
 
 
 
 
 
25
  <ul>
26
  <li>Bug - Fixed issue using core fonts Arial/Helvetica, Times/Times New Roman and Courier.</li>
27
  <li>Bug - Fixed display issues for multiple PDFs on the details admin entry page</li>
22
 
23
  <h3><?php echo PDF_EXTENDED_VERSION; ?></h3>
24
 
25
+ <ul>
26
+ <li>Bug - Initialisation folder .htaccess file was preventing template.css from being loaded by the default templates.</li>
27
+ </ul>
28
+
29
+ <h3>3.5.1</h3>
30
+
31
  <ul>
32
  <li>Bug - Fixed issue using core fonts Arial/Helvetica, Times/Times New Roman and Courier.</li>
33
  <li>Bug - Fixed display issues for multiple PDFs on the details admin entry page</li>