Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Spreeuw committed Jul 29, 2019
1 parent 9ac2cbf commit dae5d2b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: woocommerce, pdf, invoices, packing slips, print, delivery notes, invoice,
Requires at least: 3.5
Tested up to: 5.2
Requires PHP: 5.3
Stable tag: 2.2.14
Stable tag: 2.3.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -103,6 +103,16 @@ There's a setting on the Status tab of the settings page that allows you to togg

== Changelog ==

= 2.3.0 =
* Feature: Setting to disable invoices globally for specific order statuses
* Feature: Control action buttons visibility from settings wizard.
* Feature: Allow loading of existing PDF file instead of generating on the fly via filter (`wpo_wcpdf_load_pdf_file_path`)
* Fix: Check if temp folder exists before creating
* Fix: Newlines in address from settings wizard
* Fix: Double images issue with WooCommerce German Market
* Fix: Only store document settings when creating one
* Tested with WooCommerce 3.7

= 2.2.14 =
* Fix: Set default PHPMailer validator to 'php' (fixing 'setFrom' errors on PHP 7.3)
* Fix: Attachment path for file lock check
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-pdf-invoices-packingslips.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce PDF Invoices & Packing Slips
* Plugin URI: http://www.wpovernight.com
* Description: Create, print & email PDF invoices & packing slips for WooCommerce orders.
* Version: 2.2.14
* Version: 2.3.0
* Author: Ewout Fernhout
* Author URI: http://www.wpovernight.com
* License: GPLv2 or later
Expand All @@ -21,7 +21,7 @@

class WPO_WCPDF {

public $version = '2.2.14';
public $version = '2.3.0';
public $plugin_basename;
public $legacy_mode;

Expand Down

0 comments on commit dae5d2b

Please sign in to comment.