Changeset 3287005
- Timestamp:
- 05/03/2025 11:07:40 PM (11 months ago)
- Location:
- smart-send-logistics
- Files:
-
- 4 edited
- 3 copied
-
tags/8.1.2 (copied) (copied from smart-send-logistics/trunk)
-
tags/8.1.2/includes/class-ss-shipping-wc-order.php (modified) (1 diff)
-
tags/8.1.2/readme.txt (copied) (copied from smart-send-logistics/trunk/readme.txt) (2 diffs)
-
tags/8.1.2/smart-send-logistics.php (copied) (copied from smart-send-logistics/trunk/smart-send-logistics.php) (2 diffs)
-
trunk/includes/class-ss-shipping-wc-order.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/smart-send-logistics.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smart-send-logistics/tags/8.1.2/includes/class-ss-shipping-wc-order.php
r3037759 r3287005 936 936 public function delete_ss_shipping_order_agent($order_id) { 937 937 $order = wc_get_order( $order_id ); 938 939 // There are situations where the order has been deleted and cannot be found. 940 // We should gracefully handle this situation of failing to load the order. 941 if (! $order ) { 942 SS_SHIPPING_WC()->log_msg('Failed to load WooCommerce order: '.$order_id); 943 944 return; 945 } 946 938 947 $order->delete_meta_data('_ss_shipping_order_agent'); 939 948 } -
smart-send-logistics/tags/8.1.2/readme.txt
r3268807 r3287005 6 6 Developer: SmartSend 7 7 Developer URI: https://smartsend.io/ 8 Tags: s martsend, smart send, shipping, shipping label, pickup, pick-up, pakkelabel, pakkelabels, pakkeboks, pakkeshop, hente selv, døgnboks, postnord, post nord, post danmark, gls, swipbox, bring, dao, dao365, dao 365, burd, budbee, carrier, pacsoft, yourgls, mybring, postage, shipping method, your-gls, my-bring, pacosft-online, pacsoftonline, denmark, sweeden, posten, norway, post8 Tags: shipping, pick-up-points, shipping-label, postnord, smart send 9 9 Requires at least: 3.0.1 10 10 Tested up to: 6.8 11 Stable tag: 8.1. 111 Stable tag: 8.1.2 12 12 License: GNU General Public License v3.0 13 13 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 202 202 == Changelog == 203 203 204 = 8.1.2 = 205 * Gracefully handle when order cannot be loaded during deletion of agent meta data 206 204 207 = 8.1.1 = 205 208 * Tested with WordPress 6.8 -
smart-send-logistics/tags/8.1.2/smart-send-logistics.php
r3268807 r3287005 7 7 * Author URI: https://www.smartsend.io 8 8 * Text Domain: smart-send-logistics 9 * Version: 8.1. 19 * Version: 8.1.2 10 10 * Requires Plugins: woocommerce 11 11 * WC requires at least: 4.7.0 … … 36 36 { 37 37 38 private $version = "8.1. 1";38 private $version = "8.1.2"; 39 39 40 40 /** -
smart-send-logistics/trunk/includes/class-ss-shipping-wc-order.php
r3037759 r3287005 936 936 public function delete_ss_shipping_order_agent($order_id) { 937 937 $order = wc_get_order( $order_id ); 938 939 // There are situations where the order has been deleted and cannot be found. 940 // We should gracefully handle this situation of failing to load the order. 941 if (! $order ) { 942 SS_SHIPPING_WC()->log_msg('Failed to load WooCommerce order: '.$order_id); 943 944 return; 945 } 946 938 947 $order->delete_meta_data('_ss_shipping_order_agent'); 939 948 } -
smart-send-logistics/trunk/readme.txt
r3268807 r3287005 6 6 Developer: SmartSend 7 7 Developer URI: https://smartsend.io/ 8 Tags: s martsend, smart send, shipping, shipping label, pickup, pick-up, pakkelabel, pakkelabels, pakkeboks, pakkeshop, hente selv, døgnboks, postnord, post nord, post danmark, gls, swipbox, bring, dao, dao365, dao 365, burd, budbee, carrier, pacsoft, yourgls, mybring, postage, shipping method, your-gls, my-bring, pacosft-online, pacsoftonline, denmark, sweeden, posten, norway, post8 Tags: shipping, pick-up-points, shipping-label, postnord, smart send 9 9 Requires at least: 3.0.1 10 10 Tested up to: 6.8 11 Stable tag: 8.1. 111 Stable tag: 8.1.2 12 12 License: GNU General Public License v3.0 13 13 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 202 202 == Changelog == 203 203 204 = 8.1.2 = 205 * Gracefully handle when order cannot be loaded during deletion of agent meta data 206 204 207 = 8.1.1 = 205 208 * Tested with WordPress 6.8 -
smart-send-logistics/trunk/smart-send-logistics.php
r3268807 r3287005 7 7 * Author URI: https://www.smartsend.io 8 8 * Text Domain: smart-send-logistics 9 * Version: 8.1. 19 * Version: 8.1.2 10 10 * Requires Plugins: woocommerce 11 11 * WC requires at least: 4.7.0 … … 36 36 { 37 37 38 private $version = "8.1. 1";38 private $version = "8.1.2"; 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.