WooCommerce PDF Invoices - Version 3.1.8

Version Description

  • September 17, 2021 =

  • Fixed: Fatal error.

Download this release

Release Info

Developer baaaaas
Plugin Icon 128x128 WooCommerce PDF Invoices
Version 3.1.8
Comparing to
See all releases

Code changes from version 3.1.7 to 3.1.8

Files changed (2) hide show
  1. bootstrap.php +3 -3
  2. readme.txt +5 -1
bootstrap.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Invoices for WooCommerce
4
  * Plugin URI: https://wordpress.org/plugins/woocommerce-pdf-invoices
5
  * Description: Automatically generate and attach customizable PDF Invoices to WooCommerce emails and connect with Dropbox, Google Drive, OneDrive or Egnyte.
6
- * Version: 3.1.7
7
  * Author: Bas Elbers
8
  * Author URI: http://wcpdfinvoices.com
9
  * License: GPL-2.0+
@@ -11,12 +11,12 @@
11
  * Text Domain: woocommerce-pdf-invoices
12
  * Domain Path: /lang
13
  * WC requires at least: 3.0.0
14
- * WC tested up to: 5.7
15
  */
16
 
17
  defined( 'ABSPATH' ) || exit;
18
 
19
- define( 'WPI_VERSION', '3.1.7' );
20
 
21
  /**
22
  * Load Invoices for WooCommerce plugin.
3
  * Plugin Name: Invoices for WooCommerce
4
  * Plugin URI: https://wordpress.org/plugins/woocommerce-pdf-invoices
5
  * Description: Automatically generate and attach customizable PDF Invoices to WooCommerce emails and connect with Dropbox, Google Drive, OneDrive or Egnyte.
6
+ * Version: 3.1.8
7
  * Author: Bas Elbers
8
  * Author URI: http://wcpdfinvoices.com
9
  * License: GPL-2.0+
11
  * Text Domain: woocommerce-pdf-invoices
12
  * Domain Path: /lang
13
  * WC requires at least: 3.0.0
14
+ * WC tested up to: 5.6
15
  */
16
 
17
  defined( 'ABSPATH' ) || exit;
18
 
19
+ define( 'WPI_VERSION', '3.1.8' );
20
 
21
  /**
22
  * Load Invoices for WooCommerce plugin.
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: baaaaas
3
  Donate link:
4
  Tags: Invoices for WooCommerce, invoice, packing slips, delivery note, packing list, shipping list, generate, pdf, woocommerce, attachment, email, customer invoice, processing, vat, tax, sequential, number, dropbox, google drive, onedrive, egnyte, cloud, storage
5
  Requires at least: 4.0
6
- Tested up to: 5.7
7
  Stable tag: 3.1.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -344,6 +344,10 @@ Since version 2.9.4 the plugin removed the ability to update the PDF invoice whe
344
 
345
  == Changelog ==
346
 
 
 
 
 
347
  = 3.1.7 - July 13, 2021 =
348
 
349
  - Improved: Plugin name.
3
  Donate link:
4
  Tags: Invoices for WooCommerce, invoice, packing slips, delivery note, packing list, shipping list, generate, pdf, woocommerce, attachment, email, customer invoice, processing, vat, tax, sequential, number, dropbox, google drive, onedrive, egnyte, cloud, storage
5
  Requires at least: 4.0
6
+ Tested up to: 5.8
7
  Stable tag: 3.1.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
344
 
345
  == Changelog ==
346
 
347
+ = 3.1.8 - September 17, 2021 =
348
+
349
+ - Fixed: Fatal error.
350
+
351
  = 3.1.7 - July 13, 2021 =
352
 
353
  - Improved: Plugin name.