Changeset 2678529
- Timestamp:
- 02/14/2022 02:24:10 PM (3 years ago)
- Location:
- trunkrs-for-woocommerce/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunkrs-for-woocommerce/trunk/includes/api.php
r2670357 r2678529 91 91 ]; 92 92 93 $orderNotes = $order->get_customer_order_notes(); 94 if (!empty($orderNotes)) { 95 $singleShipmentBody['remark'] = implode(PHP_EOL, $orderNotes); 96 } 97 93 98 if (!empty($deliveryDate)) { 94 99 $available = TRUNKRS_WC_Api::getShippingRates([ -
trunkrs-for-woocommerce/trunk/readme.txt
r2674305 r2678529 4 4 Requires at least: 3.6 & WooCommerce 3.0+ 5 5 Tested up to: 5.9 6 Stable tag: 1.2. 36 Stable tag: 1.2.4 7 7 Requires PHP: 7.1 8 8 License: GPLv3 … … 43 43 44 44 = 1.2.3 = 45 Added the customer order notes as remarks on shipments. 46 47 = 1.2.3 = 45 48 We fixed an issue with the WooCommerce subscriptions plugin where we didn't pick up the correct shipment details on subscription renewals. 46 49 -
trunkrs-for-woocommerce/trunk/trunkrs-woocommerce.php
r2674302 r2678529 6 6 * Author: Trunkrs 7 7 * Author URI: https://trunkrs.nl 8 * Version: 1.2. 38 * Version: 1.2.4 9 9 * Requires at least: 3.6 & WooCommerce 3.0+ 10 10 * Requires PHP: 7.1 … … 24 24 * @var string The semver version of the plugin. 25 25 */ 26 public $version = '1. 1.0';26 public $version = '1.2.4'; 27 27 28 28 /**
Note: See TracChangeset
for help on using the changeset viewer.