WooCommerce PDF Invoices & Packing Slips - Version 2.10.6

Version Description

  • Fix: PHP7.1 compatibility
Download this release

Release Info

Developer pomegranate
Plugin Icon 128x128 WooCommerce PDF Invoices & Packing Slips
Version 2.10.6
Comparing to
See all releases

Code changes from version 2.10.5 to 2.10.6

includes/class-wcpdf-admin.php CHANGED
@@ -213,7 +213,7 @@ class Admin {
213
  esc_attr( $data['url'] ),
214
  esc_attr( $data['class'] ),
215
  esc_attr( $data['alt'] ),
216
- esc_attr( $data['img'] ),
217
  );
218
  }
219
  }
@@ -378,7 +378,7 @@ class Admin {
378
  esc_attr( $data['url'] ),
379
  esc_attr( $data['class'] ),
380
  esc_attr( $data['alt'] ),
381
- esc_html( $data['title'] ),
382
  );
383
  }
384
  ?>
213
  esc_attr( $data['url'] ),
214
  esc_attr( $data['class'] ),
215
  esc_attr( $data['alt'] ),
216
+ esc_attr( $data['img'] )
217
  );
218
  }
219
  }
378
  esc_attr( $data['url'] ),
379
  esc_attr( $data['class'] ),
380
  esc_attr( $data['alt'] ),
381
+ esc_html( $data['title'] )
382
  );
383
  }
384
  ?>
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: woocommerce, pdf, invoices, packing slips, print, delivery notes, invoice,
5
  Requires at least: 3.5
6
  Tested up to: 5.8
7
  Requires PHP: 7.1
8
- Stable tag: 2.10.5
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -102,6 +102,9 @@ There's a setting on the Status tab of the settings page that allows you to togg
102
 
103
  == Changelog ==
104
 
 
 
 
105
  = 2.10.5 =
106
  * Security: Apply escaping to translated strings
107
 
5
  Requires at least: 3.5
6
  Tested up to: 5.8
7
  Requires PHP: 7.1
8
+ Stable tag: 2.10.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
102
 
103
  == Changelog ==
104
 
105
+ = 2.10.6 =
106
+ * Fix: PHP7.1 compatibility
107
+
108
  = 2.10.5 =
109
  * Security: Apply escaping to translated strings
110
 
woocommerce-pdf-invoices-packingslips.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WooCommerce PDF Invoices & Packing Slips
4
  * Plugin URI: http://www.wpovernight.com
5
  * Description: Create, print & email PDF invoices & packing slips for WooCommerce orders.
6
- * Version: 2.10.5
7
  * Author: Ewout Fernhout
8
  * Author URI: http://www.wpovernight.com
9
  * License: GPLv2 or later
@@ -21,7 +21,7 @@ if ( !class_exists( 'WPO_WCPDF' ) ) :
21
 
22
  class WPO_WCPDF {
23
 
24
- public $version = '2.10.5';
25
  public $plugin_basename;
26
  public $legacy_mode;
27
  public $legacy_textdomain;
3
  * Plugin Name: WooCommerce PDF Invoices & Packing Slips
4
  * Plugin URI: http://www.wpovernight.com
5
  * Description: Create, print & email PDF invoices & packing slips for WooCommerce orders.
6
+ * Version: 2.10.6
7
  * Author: Ewout Fernhout
8
  * Author URI: http://www.wpovernight.com
9
  * License: GPLv2 or later
21
 
22
  class WPO_WCPDF {
23
 
24
+ public $version = '2.10.6';
25
  public $plugin_basename;
26
  public $legacy_mode;
27
  public $legacy_textdomain;