Changeset 3254922
- Timestamp:
- 03/12/2025 05:01:34 PM (13 months ago)
- Location:
- shipment-tracker-for-woocommerce/trunk
- Files:
-
- 2 edited
-
admin/partials/bt-shipment-tracking-manual-metabox.php (modified) (1 diff)
-
bt-sync-shipment-tracking.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shipment-tracker-for-woocommerce/trunk/admin/partials/bt-shipment-tracking-manual-metabox.php
r3253299 r3254922 40 40 <?php 41 41 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'; 43 43 woocommerce_wp_select([ 44 44 'class' => 'select short', -
shipment-tracker-for-woocommerce/trunk/bt-sync-shipment-tracking.php
r3253299 r3254922 17 17 * Plugin URI: https://shipment-tracker-for-woocommerce.bitss.tech/ 18 18 * 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 20 20 * Author: Bitss Techniques 21 21 * Author URI: https://shipment-tracker-for-woocommerce.bitss.tech … … 59 59 60 60 define( '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 ' );61 define( 'BT_SYNC_SHIPMENT_TRACKING_VERSION', '1.4.24.1' ); 62 62 define( 'BT_SHIPPING_PROVIDERS', array('delhivery' =>'Delhivery','nimbuspost' => 'Nimbuspost (Deprecated)','nimbuspost_new' => 'Nimbuspost','shipmozo'=>'Shipmozo','shiprocket' => 'Shiprocket', 'xpressbees' => 'Xpressbees', 'manual' =>'Custom Shipping') ); 63 63 define( '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.