diff --git a/readme.txt b/readme.txt index 9e14c2788..907041306 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing- Tags: woocommerce, pdf, invoices, packing slips, print, delivery notes, invoice, packing slip, export, email, bulk, automatic Requires at least: 3.5 Tested up to: 4.8 -Stable tag: 2.0.0 +Stable tag: 2.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -100,7 +100,7 @@ There's a setting on the Status tab of the settings page that allows you to togg == Changelog == -= 2.0.0 = += 2.0.1 = * **BIG update! Make a full site backup before upgrading** * New: Better structured & more advanced settings for documents * New: Option to enable & disable Packing Slips or Invoices @@ -114,6 +114,7 @@ There's a setting on the Status tab of the settings page that allows you to togg * Fix: Positive prices for refunds * Fix: Use parent for attributes retrieved for product variations * Fix: Set content type to PDF for download +* Fix: PHP 5.4 issue = 1.6.6 = * Feature: Facilitate downgrading from 2.0 (re-installing fonts & resetting version) @@ -560,7 +561,7 @@ There's a setting on the Status tab of the settings page that allows you to togg == Upgrade Notice == -= 2.0 = += 2.0.1 = **2.0 is a BIG update! Make a full site backup before upgrading!** = 1.6.6 = diff --git a/woocommerce-pdf-invoices-packingslips.php b/woocommerce-pdf-invoices-packingslips.php index fe2fe6c83..d5d3057fe 100755 --- a/woocommerce-pdf-invoices-packingslips.php +++ b/woocommerce-pdf-invoices-packingslips.php @@ -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.0.0 + * Version: 2.0.1 * Author: Ewout Fernhout * Author URI: http://www.wpovernight.com * License: GPLv2 or later @@ -19,7 +19,7 @@ class WPO_WCPDF { - public $version = '2.0.0'; + public $version = '2.0.1'; public $plugin_basename; public $legacy_mode;