From 9387513e71f7ef0627078626b3588dd4fc145884 Mon Sep 17 00:00:00 2001 From: Ewout Fernhout Date: Wed, 12 Apr 2017 13:26:08 +0200 Subject: [PATCH] 1.6.4 plugin header & readme --- readme.txt | 7 +++++-- woocommerce-pdf-invoices-packingslips.php | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 0777d564e..095d8ef94 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: pomegranate 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.7 -Stable tag: 1.6.3 +Stable tag: 1.6.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -99,6 +99,9 @@ There's a setting on the Status tab of the settings page that allows you to togg == Changelog == += 1.6.4 = +* Fix: My account invoice button visibility + = 1.6.3 = * Fix: Empty date handling * Fix: Shipping notes on refunds (reason for refund) @@ -532,5 +535,5 @@ There's a setting on the Status tab of the settings page that allows you to togg == Upgrade Notice == -= 1.6.3 = += 1.6.4 = Important: Version 1.6 requires PHP 5.3 or higher to run! diff --git a/woocommerce-pdf-invoices-packingslips.php b/woocommerce-pdf-invoices-packingslips.php index cd2035e2b..90f11e788 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: 1.6.3 + * Version: 1.6.4 * Author: Ewout Fernhout * Author URI: http://www.wpovernight.com * License: GPLv2 or later @@ -48,7 +48,7 @@ public function __construct() { self::$plugin_basename = plugin_basename(__FILE__); self::$plugin_url = plugin_dir_url(self::$plugin_basename); self::$plugin_path = trailingslashit(dirname(__FILE__)); - self::$version = '1.6.3'; + self::$version = '1.6.4'; // load the localisation & classes add_action( 'plugins_loaded', array( $this, 'translations' ) ); // or use init?