From 920b7bfe0bbabbadcfc3783ae20938149cb36888 Mon Sep 17 00:00:00 2001 From: Ewout Fernhout Date: Fri, 19 Oct 2018 14:13:40 +0200 Subject: [PATCH] 2.2.3 --- readme.txt | 5 ++++- woocommerce-pdf-invoices-packingslips.php | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 8839f8377..d58f28e06 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.2.2 +Stable tag: 2.2.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -103,6 +103,9 @@ There's a setting on the Status tab of the settings page that allows you to togg == Changelog == += 2.2.3 = +* Fix: issues reading shop settings + = 2.2.2 = * Feature: Added option to always use most current settings for the invoice * Fix: Double check for empty document numbers on initialization diff --git a/woocommerce-pdf-invoices-packingslips.php b/woocommerce-pdf-invoices-packingslips.php index e8edc40ad..662ac03be 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.2.2 + * Version: 2.2.3 * Author: Ewout Fernhout * Author URI: http://www.wpovernight.com * License: GPLv2 or later @@ -21,7 +21,7 @@ class WPO_WCPDF { - public $version = '2.2.2'; + public $version = '2.2.3'; public $plugin_basename; public $legacy_mode;