diff --git a/readme.txt b/readme.txt index ae594d01b..81550feb7 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: woocommerce, pdf, invoices, packing slips, print, delivery notes, invoice, Requires at least: 3.5 Tested up to: 4.9 Requires PHP: 5.3 -Stable tag: 2.1.3 +Stable tag: 2.1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -103,6 +103,10 @@ There's a setting on the Status tab of the settings page that allows you to togg == Changelog == += 2.1.4 = +* Fix: WooCommerce 3.3 action buttons +* Feature: Added row classes for WooCommerce Composite Products + = 2.1.3 = * Fix: Fatal PHP error on My Account page. @@ -226,5 +230,5 @@ There's a setting on the Status tab of the settings page that allows you to togg == Upgrade Notice == -= 2.1.1 = += 2.1.4 = 2.0 is a BIG update! Make a full site backup before upgrading! \ No newline at end of file diff --git a/woocommerce-pdf-invoices-packingslips.php b/woocommerce-pdf-invoices-packingslips.php index ea1595979..95536421a 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.1.3 + * Version: 2.1.4 * Author: Ewout Fernhout * Author URI: http://www.wpovernight.com * License: GPLv2 or later @@ -21,7 +21,7 @@ class WPO_WCPDF { - public $version = '2.1.3'; + public $version = '2.1.4'; public $plugin_basename; public $legacy_mode;