Plugin Directory

Changeset 3285073


Ignore:
Timestamp:
04/30/2025 05:20:10 PM (11 months ago)
Author:
shipdayinc
Message:

v update to 1.8.7

Location:
shipday-for-woocommerce
Files:
3 edited
7 copied

Legend:

Unmodified
Added
Removed
  • shipday-for-woocommerce/trunk/dispatch_post/post_fun.php

    r3285068 r3285073  
    1616                shipday_logger('error', 'Post failed for API key: '.$api_key);
    1717            }
    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             );
     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//            );
    2525        }
    2626    }
  • shipday-for-woocommerce/trunk/readme.txt

    r3285068 r3285073  
    77WC tested up to: 9.8.2
    88Requires PHP: 7.4
    9 Stable tag: 1.8.6
     9Stable tag: 1.8.7
    1010License: GPLv2 or later
    1111
     
    7777== Changelog ==
    7878
    79 = 1.8.6 =
     79= 1.8.7 =
    8080* Tested with WooCommerce 9.8.2
    8181
  • shipday-for-woocommerce/trunk/shipday-integration-for-wooCommerce.php

    r3285068 r3285073  
    44Plugin Name: Shipday Integration for Wordpress (WooCommerce)
    55Plugin URI: https://www.shipday.com/woocommerce
    6 Version: 1.8.6
     6Version: 1.8.7
    77Description: 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.
    88Author URI: https://www.shipday.com/
     
    1717/** Functions end */
    1818global $shipday_plugin_version;
    19 $shipday_plugin_version = '1.8.6';
     19$shipday_plugin_version = '1.8.7';
    2020
    2121require_once ABSPATH.'wp-admin/includes/plugin.php';
Note: See TracChangeset for help on using the changeset viewer.