Changeset 2142204
- Timestamp:
- 08/19/2019 09:34:53 PM (7 years ago)
- Location:
- smart-send-logistics
- Files:
-
- 14 deleted
- 3 edited
- 27 copied
-
tags/8.0.18 (copied) (copied from smart-send-logistics/trunk)
-
tags/8.0.18/api (deleted)
-
tags/8.0.18/assets (copied) (copied from smart-send-logistics/trunk/assets)
-
tags/8.0.18/assets/css/ss-shipping-admin.css (copied) (copied from smart-send-logistics/trunk/assets/css/ss-shipping-admin.css)
-
tags/8.0.18/assets/css/ss-shipping-frontend.css (copied) (copied from smart-send-logistics/trunk/assets/css/ss-shipping-frontend.css)
-
tags/8.0.18/assets/js/ss-shipping-admin.js (copied) (copied from smart-send-logistics/trunk/assets/js/ss-shipping-admin.js)
-
tags/8.0.18/assets/js/ss-shipping-label.js (copied) (copied from smart-send-logistics/trunk/assets/js/ss-shipping-label.js)
-
tags/8.0.18/carriers (deleted)
-
tags/8.0.18/class.smartsend.bring.php (deleted)
-
tags/8.0.18/class.smartsend.gls.php (deleted)
-
tags/8.0.18/class.smartsend.postdanmark.php (deleted)
-
tags/8.0.18/class.smartsend.posten.php (deleted)
-
tags/8.0.18/class.smartsend.primary.php (deleted)
-
tags/8.0.18/css (deleted)
-
tags/8.0.18/includes (copied) (copied from smart-send-logistics/trunk/includes)
-
tags/8.0.18/includes/class-ss-plugins-screen-updates.php (copied) (copied from smart-send-logistics/trunk/includes/class-ss-plugins-screen-updates.php)
-
tags/8.0.18/includes/class-ss-shipping-autoloader.php (copied) (copied from smart-send-logistics/trunk/includes/class-ss-shipping-autoloader.php)
-
tags/8.0.18/includes/class-ss-shipping-logger.php (copied) (copied from smart-send-logistics/trunk/includes/class-ss-shipping-logger.php)
-
tags/8.0.18/includes/class-ss-shipping-shipment.php (copied) (copied from smart-send-logistics/trunk/includes/class-ss-shipping-shipment.php)
-
tags/8.0.18/includes/class-ss-shipping-wc-method.php (copied) (copied from smart-send-logistics/trunk/includes/class-ss-shipping-wc-method.php) (5 diffs)
-
tags/8.0.18/includes/class-ss-shipping-wc-order.php (copied) (copied from smart-send-logistics/trunk/includes/class-ss-shipping-wc-order.php)
-
tags/8.0.18/includes/class-ss-shipping-wc-product.php (copied) (copied from smart-send-logistics/trunk/includes/class-ss-shipping-wc-product.php)
-
tags/8.0.18/includes/frontend/class-ss-shipping-frontend.php (copied) (copied from smart-send-logistics/trunk/includes/frontend/class-ss-shipping-frontend.php)
-
tags/8.0.18/includes/lib/Smartsend/Api.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Api.php)
-
tags/8.0.18/includes/lib/Smartsend/Client.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Client.php)
-
tags/8.0.18/includes/lib/Smartsend/Models/Agent.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Agent.php)
-
tags/8.0.18/includes/lib/Smartsend/Models/Shipment.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Shipment.php)
-
tags/8.0.18/includes/lib/Smartsend/Models/Shipment/Agent.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Shipment/Agent.php)
-
tags/8.0.18/includes/lib/Smartsend/Models/Shipment/Item.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Shipment/Item.php)
-
tags/8.0.18/includes/lib/Smartsend/Models/Shipment/Parcel.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Shipment/Parcel.php)
-
tags/8.0.18/includes/lib/Smartsend/Models/Shipment/Receiver.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Shipment/Receiver.php)
-
tags/8.0.18/includes/lib/Smartsend/Models/Shipment/Sender.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Shipment/Sender.php)
-
tags/8.0.18/includes/lib/Smartsend/Models/Shipment/Services.php (copied) (copied from smart-send-logistics/trunk/includes/lib/Smartsend/Models/Shipment/Services.php)
-
tags/8.0.18/lang (deleted)
-
tags/8.0.18/readme.txt (copied) (copied from smart-send-logistics/trunk/readme.txt) (2 diffs)
-
tags/8.0.18/settings.php (deleted)
-
tags/8.0.18/smart-send-logistics.php (copied) (copied from smart-send-logistics/trunk/smart-send-logistics.php) (2 diffs)
-
tags/8.0.18/smartsend-api-functions.php (deleted)
-
tags/8.0.18/smartsend-flexdelivery.php (deleted)
-
tags/8.0.18/smartsend-pickuppoint.php (deleted)
-
tags/8.0.18/woocommerce-smartsend-logistics.php (deleted)
-
trunk/includes/class-ss-shipping-wc-method.php (modified) (5 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/smart-send-logistics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smart-send-logistics/tags/8.0.18/includes/class-ss-shipping-wc-method.php
r2066348 r2142204 295 295 'type' => 'select', 296 296 'class' => 'wc-enhanced-select', 297 'options' => array_merge(array('0' => __("Do n't change order status", 'smart-send-logistics')),297 'options' => array_merge(array('0' => __("Do not change order status", 'smart-send-logistics')), 298 298 wc_get_order_statuses()), 299 299 ), … … 305 305 'description' => __('Selecting a shipping method will make it possible to make shipping labels for order places with WooCommerces native Free Shipping method.', 306 306 'smart-send-logistics'), 307 'desc_tip' => true,308 307 'options' => $this->shipping_method, 309 308 ), … … 340 339 'title' => __('Select Default', 'smart-send-logistics'), 341 340 'label' => __('Enable Select Default', 'smart-send-logistics'), 342 'description' => __(' Select the first returned pick-up point.'),341 'description' => __('This will automatically select the closest pick-up point and let the customer change to a different pick-up point. This means that the customer will not be forced to select a pick-up point before completing the order.'), 343 342 'default' => 'no', 344 343 'type' => 'checkbox', … … 944 943 // write id of shipping method to log 945 944 SS_SHIPPING_WC()->log_msg('Handling shipping rate <' . $rate['id'] . '> with title: ' . $rate['label']); 945 SS_SHIPPING_WC()->log_msg('Rate details (json decode for details): ' . json_encode($rate)); 946 946 947 947 // Set tax status based on selection otherwise always taxed … … 954 954 $this->add_rate($rate); 955 955 // write to log, that shipping rate is added 956 SS_SHIPPING_WC()->log_msg('Free shipping rate added (json decode for details): ' . json_encode($rate));956 SS_SHIPPING_WC()->log_msg('Free shipping rate added'); 957 957 958 958 } else { -
smart-send-logistics/tags/8.0.18/readme.txt
r2076724 r2142204 9 9 Requires at least: 3.0.1 10 10 Tested up to: 5.2 11 Stable tag: 8.0.1 711 Stable tag: 8.0.18 12 12 License: GNU General Public License v3.0 13 13 License URI: http://www.gnu.org/licenses/gpl-3.0.html 14 14 WC requires at least: 3.0.0 15 WC tested up to: 3. 615 WC tested up to: 3.7 16 16 Requires PHP: 5.6.0 17 17 … … 201 201 == Changelog == 202 202 203 = 8.0.18 = 204 * Add extra info about cart content to debug log 205 203 206 = 8.0.17 = 204 207 * Add hidden product meta field **_ss_country_of_origin** used for custom declarations -
smart-send-logistics/tags/8.0.18/smart-send-logistics.php
r2075361 r2142204 7 7 * Author URI: https://www.smartsend.io 8 8 * Text Domain: smart-send-logistics 9 * Version: 8.0.1 79 * Version: 8.0.18 10 10 * WC requires at least: 2.6.0 11 * WC tested up to: 3. 611 * WC tested up to: 3.7 12 12 * 13 13 * This program is free software: you can redistribute it and/or modify … … 35 35 { 36 36 37 private $version = "8.0.1 7";37 private $version = "8.0.18"; 38 38 39 39 /** -
smart-send-logistics/trunk/includes/class-ss-shipping-wc-method.php
r2066348 r2142204 295 295 'type' => 'select', 296 296 'class' => 'wc-enhanced-select', 297 'options' => array_merge(array('0' => __("Do n't change order status", 'smart-send-logistics')),297 'options' => array_merge(array('0' => __("Do not change order status", 'smart-send-logistics')), 298 298 wc_get_order_statuses()), 299 299 ), … … 305 305 'description' => __('Selecting a shipping method will make it possible to make shipping labels for order places with WooCommerces native Free Shipping method.', 306 306 'smart-send-logistics'), 307 'desc_tip' => true,308 307 'options' => $this->shipping_method, 309 308 ), … … 340 339 'title' => __('Select Default', 'smart-send-logistics'), 341 340 'label' => __('Enable Select Default', 'smart-send-logistics'), 342 'description' => __(' Select the first returned pick-up point.'),341 'description' => __('This will automatically select the closest pick-up point and let the customer change to a different pick-up point. This means that the customer will not be forced to select a pick-up point before completing the order.'), 343 342 'default' => 'no', 344 343 'type' => 'checkbox', … … 944 943 // write id of shipping method to log 945 944 SS_SHIPPING_WC()->log_msg('Handling shipping rate <' . $rate['id'] . '> with title: ' . $rate['label']); 945 SS_SHIPPING_WC()->log_msg('Rate details (json decode for details): ' . json_encode($rate)); 946 946 947 947 // Set tax status based on selection otherwise always taxed … … 954 954 $this->add_rate($rate); 955 955 // write to log, that shipping rate is added 956 SS_SHIPPING_WC()->log_msg('Free shipping rate added (json decode for details): ' . json_encode($rate));956 SS_SHIPPING_WC()->log_msg('Free shipping rate added'); 957 957 958 958 } else { -
smart-send-logistics/trunk/readme.txt
r2076724 r2142204 9 9 Requires at least: 3.0.1 10 10 Tested up to: 5.2 11 Stable tag: 8.0.1 711 Stable tag: 8.0.18 12 12 License: GNU General Public License v3.0 13 13 License URI: http://www.gnu.org/licenses/gpl-3.0.html 14 14 WC requires at least: 3.0.0 15 WC tested up to: 3. 615 WC tested up to: 3.7 16 16 Requires PHP: 5.6.0 17 17 … … 201 201 == Changelog == 202 202 203 = 8.0.18 = 204 * Add extra info about cart content to debug log 205 203 206 = 8.0.17 = 204 207 * Add hidden product meta field **_ss_country_of_origin** used for custom declarations -
smart-send-logistics/trunk/smart-send-logistics.php
r2075361 r2142204 7 7 * Author URI: https://www.smartsend.io 8 8 * Text Domain: smart-send-logistics 9 * Version: 8.0.1 79 * Version: 8.0.18 10 10 * WC requires at least: 2.6.0 11 * WC tested up to: 3. 611 * WC tested up to: 3.7 12 12 * 13 13 * This program is free software: you can redistribute it and/or modify … … 35 35 { 36 36 37 private $version = "8.0.1 7";37 private $version = "8.0.18"; 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.