From 8ad9f36afef5d0c6badeb952891a8b05c2df598f Mon Sep 17 00:00:00 2001 From: Ewout Fernhout Date: Mon, 3 Jul 2017 15:04:35 +0200 Subject: [PATCH] 2.0 RC 1 --- readme.txt | 11 +++++++++++ woocommerce-pdf-invoices-packingslips.php | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 89b6d9e21..1b9fcd77c 100644 --- a/readme.txt +++ b/readme.txt @@ -100,6 +100,17 @@ There's a setting on the Status tab of the settings page that allows you to togg == Changelog == += 2.0 RC 1 = +* Fix: Third party compatibility namespace aliases +* Fix: Subscriptions order resetting +* Fix: Compatibility with PHP 5.3 & 5.4 +* Fix: Email attachment settings migration when no attachments set +* Fix: Set $version property in legacy class +* Fix: Added back wpo_wcpdf_created_manually action from previous versions +* Fix: Show correct font path in status tab +* Tweak: Add init parameter to wcpdf_get_invoice & wcpdf_get_packing_slip +* Tweak: Warning on Status tab + = 2.0 beta 8 = * Fix: Shop name formatting * Fix: text domain for document title diff --git a/woocommerce-pdf-invoices-packingslips.php b/woocommerce-pdf-invoices-packingslips.php index ff96ce971..8fc41287b 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-beta-8 + * Version: 2.0-rc.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-beta-8'; + public $version = '2.0-rc.1'; public $plugin_basename; public $legacy_mode;