Changeset 3285073
- Timestamp:
- 04/30/2025 05:20:10 PM (11 months ago)
- Location:
- shipday-for-woocommerce
- Files:
-
- 3 edited
- 7 copied
-
tags/1.8.6 (copied) (copied from shipday-for-woocommerce/trunk)
-
tags/1.8.6/dispatch_post/post_fun.php (copied) (copied from shipday-for-woocommerce/trunk/dispatch_post/post_fun.php)
-
tags/1.8.6/functions/common.php (copied) (copied from shipday-for-woocommerce/trunk/functions/common.php)
-
tags/1.8.6/order_data/Woocommerce_Core_Shipday.php (copied) (copied from shipday-for-woocommerce/trunk/order_data/Woocommerce_Core_Shipday.php)
-
tags/1.8.6/readme.txt (copied) (copied from shipday-for-woocommerce/trunk/readme.txt)
-
tags/1.8.6/shipday-integration-for-wooCommerce.php (copied) (copied from shipday-for-woocommerce/trunk/shipday-integration-for-wooCommerce.php)
-
tags/1.8.6/shipday_order_management/Shipday_Order_Management.php (copied) (copied from shipday-for-woocommerce/trunk/shipday_order_management/Shipday_Order_Management.php)
-
trunk/dispatch_post/post_fun.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shipday-integration-for-wooCommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shipday-for-woocommerce/trunk/dispatch_post/post_fun.php
r3285068 r3285073 16 16 shipday_logger('error', 'Post failed for API key: '.$api_key); 17 17 } 18 if ($shipday_debug_flag == true) shipday_post_order(19 array(20 'payload' => $payload,21 'response' => $response22 ),23 $api_key, get_shipday_debug_api_url()24 );18 // if ($shipday_debug_flag == true) shipday_post_order( 19 // array( 20 // 'payload' => $payload, 21 // 'response' => $response 22 // ), 23 // $api_key, get_shipday_debug_api_url() 24 // ); 25 25 } 26 26 } -
shipday-for-woocommerce/trunk/readme.txt
r3285068 r3285073 7 7 WC tested up to: 9.8.2 8 8 Requires PHP: 7.4 9 Stable tag: 1.8. 69 Stable tag: 1.8.7 10 10 License: GPLv2 or later 11 11 … … 77 77 == Changelog == 78 78 79 = 1.8. 6=79 = 1.8.7 = 80 80 * Tested with WooCommerce 9.8.2 81 81 -
shipday-for-woocommerce/trunk/shipday-integration-for-wooCommerce.php
r3285068 r3285073 4 4 Plugin Name: Shipday Integration for Wordpress (WooCommerce) 5 5 Plugin URI: https://www.shipday.com/woocommerce 6 Version: 1.8. 66 Version: 1.8.7 7 7 Description: Enable fast local deliveries for your online store or marketplace with Shipday. Easy driver and dispatch app with live delivery tracking. Built-in connection with on-demand delivery services like DoorDash and Uber in the US. 8 8 Author URI: https://www.shipday.com/ … … 17 17 /** Functions end */ 18 18 global $shipday_plugin_version; 19 $shipday_plugin_version = '1.8. 6';19 $shipday_plugin_version = '1.8.7'; 20 20 21 21 require_once ABSPATH.'wp-admin/includes/plugin.php';
Note: See TracChangeset
for help on using the changeset viewer.