diff --git a/readme.txt b/readme.txt index 459d29f3e..fec97ba07 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.0 +Stable tag: 1.6.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -99,7 +99,7 @@ There's a setting on the Status tab of the settings page that allows you to togg == Changelog == -= 1.6.0.1 = += 1.6.0.2 = * Fix: Don't crash with PHP 5.2 or older (5.3 or higher required, 5.6 or higher recommended) = 1.6.0 = @@ -520,5 +520,5 @@ There's a setting on the Status tab of the settings page that allows you to togg == Upgrade Notice == -= 1.6.0.1 = += 1.6.0.2 = 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 c7633386b..6584a78b6 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.0.1 + * Version: 1.6.0.2 * 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.0.1'; + self::$version = '1.6.0.2'; // load the localisation & classes add_action( 'plugins_loaded', array( $this, 'translations' ) ); // or use init?