From 1be5db1acee62e9d7581c2aac81e6998e78c5ecc Mon Sep 17 00:00:00 2001 From: Timo Date: Thu, 28 Dec 2017 06:57:07 +0100 Subject: [PATCH] fix formatting --- includes/wcwuunder-create.php | 4 ++-- woocommerce-wuunder.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/wcwuunder-create.php b/includes/wcwuunder-create.php index 5758e66..0834349 100644 --- a/includes/wcwuunder-create.php +++ b/includes/wcwuunder-create.php @@ -6,7 +6,7 @@ class WC_Wuunder_Create { public $order_id; - private $version_obj = array("product" => "Woocommerce extension", "version" => array("build" => "2.2.1", "plugin" => "2.0")); + private $version_obj = array("product" => "Woocommerce extension", "version" => array("build" => "2.2.2", "plugin" => "2.0")); public function __construct() { @@ -77,7 +77,7 @@ private function buildWuunderData($orderId) if ($dimensions === null) { $dimensions = explode(' x ', $item['dimensions']); } - $description .= "- " . $item['quantity'] . "x " . $item['name'] . "\r\n"; + $description .= "- " . $item['quantity'] . "x " . $item['name'] . " \r\n"; } if ($totalWeight === 0) { diff --git a/woocommerce-wuunder.php b/woocommerce-wuunder.php index 44582b1..473f1db 100644 --- a/woocommerce-wuunder.php +++ b/woocommerce-wuunder.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce Wuunder * Plugin URI: http://wearewuunder.com * Description: Wuunder shipping plugin - * Version: 2.2.1 + * Version: 2.2.2 * Author: Wuunder * Author URI: http://wearewuunder.com */ @@ -49,7 +49,7 @@ class Woocommerce_Wuunder public static $plugin_path; public static $plugin_basename; - const VERSION = '2.2.1'; + const VERSION = '2.2.2'; public function __construct() {