Plugin Directory

Changeset 3254922


Ignore:
Timestamp:
03/12/2025 05:01:34 PM (13 months ago)
Author:
bitsstech
Message:

bug fix

Location:
shipment-tracker-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shipment-tracker-for-woocommerce/trunk/admin/partials/bt-shipment-tracking-manual-metabox.php

    r3253299 r3254922  
    4040    <?php
    4141    if (class_exists('WooCommerce')) {
    42         require_once WC_ABSPATH  . 'wp-content/plugins/woocommerce/includes/admin/wc-meta-box-functions.php';
     42        require_once WC_ABSPATH  . 'includes/admin/wc-meta-box-functions.php';
    4343        woocommerce_wp_select([
    4444            'class'             => 'select short',
  • shipment-tracker-for-woocommerce/trunk/bt-sync-shipment-tracking.php

    r3253299 r3254922  
    1717 * Plugin URI:        https://shipment-tracker-for-woocommerce.bitss.tech/
    1818 * Description:       Most comprehensive shipment tracking plugin that extends your woocommerce store with shipment related features. Keeps you & your customers informed about shipment movement.
    19  * Version:           1.4.24
     19 * Version:           1.4.24.1
    2020 * Author:            Bitss Techniques
    2121 * Author URI:        https://shipment-tracker-for-woocommerce.bitss.tech
     
    5959
    6060define( 'Carbon_Fields\URL', trailingslashit( plugin_dir_url( __FILE__ ) ) . 'vendor/htmlburger/carbon-fields/' );//fix for Bitnami installations.
    61 define( 'BT_SYNC_SHIPMENT_TRACKING_VERSION', '1.4.24' );
     61define( 'BT_SYNC_SHIPMENT_TRACKING_VERSION', '1.4.24.1' );
    6262define( 'BT_SHIPPING_PROVIDERS', array('delhivery' =>'Delhivery','nimbuspost' => 'Nimbuspost (Deprecated)','nimbuspost_new' => 'Nimbuspost','shipmozo'=>'Shipmozo','shiprocket' => 'Shiprocket', 'xpressbees' => 'Xpressbees', 'manual' =>'Custom Shipping') );
    6363define( 'BT_SHIPPING_PROVIDERS_WITH_NONE', array('none' =>'none','delhivery' =>'Delhivery', 'nimbuspost' => 'Nimbuspost (OLD)','nimbuspost_new' => 'Nimbuspost(NEW)','shipmozo'=>'Shipmozo','shiprocket' => 'Shiprocket', 'xpressbees' => 'Xpressbees','manual' =>'Custom Shipping') );
Note: See TracChangeset for help on using the changeset viewer.