Changeset 2914515
- Timestamp:
- 05/18/2023 10:33:13 PM (3 years ago)
- Location:
- shiptimize-for-woocommerce/trunk
- Files:
-
- 3 edited
-
includes/class-woo-shiptimize-order.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
shiptimize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shiptimize-for-woocommerce/trunk/includes/class-woo-shiptimize-order.php
r2912942 r2914515 183 183 } 184 184 185 array_push($this->OptionList, $pickupoption); 185 if ($meta->pickup_id) { 186 array_push($this->OptionList, $pickupoption); 187 } 186 188 } 187 189 } -
shiptimize-for-woocommerce/trunk/readme.txt
r2912942 r2914515 59 59 == Changelog == 60 60 61 = 3.1.70 - 2023-05-15 = 62 * BugFix - Issue in exporting orders incorrectly assigning a point selection. 63 61 64 = 3.1.69 - 2023-05-15 = 62 65 * Enhancement - Enable multi order label print when allowed for client -
shiptimize-for-woocommerce/trunk/shiptimize.php
r2912942 r2914515 3 3 * Plugin Name: Shiptimize for WooCommerce 4 4 * Description: Shiptimize for WooCommerce 5 * Version: 3.1. 695 * Version: 3.1.70 6 6 * Author: Shiptimize 7 7 * Author URI: https://shiptimize.me
Note: See TracChangeset
for help on using the changeset viewer.