AfterShip – WooCommerce Tracking - Version 1.9.14

Version Description

  • Add new couriers
Download this release

Release Info

Developer aftership
Plugin Icon 128x128 AfterShip – WooCommerce Tracking
Version 1.9.14
Comparing to
See all releases

Code changes from version 1.9.13 to 1.9.14

Files changed (3) hide show
  1. aftership.php +1 -1
  2. assets/js/couriers.js +915 -8
  3. readme.txt +4 -1
aftership.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: AfterShip - WooCommerce Tracking
4
  Plugin URI: http://aftership.com/
5
  Description: Add tracking number and carrier name to WooCommerce, display tracking info at order history page, auto import tracking numbers to AfterShip.
6
- Version: 1.9.13
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
3
  Plugin Name: AfterShip - WooCommerce Tracking
4
  Plugin URI: http://aftership.com/
5
  Description: Add tracking number and carrier name to WooCommerce, display tracking info at order history page, auto import tracking numbers to AfterShip.
6
+ Version: 1.9.14
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
assets/js/couriers.js CHANGED
@@ -3085,21 +3085,568 @@ function get_couriers() {
3085
  "other_name": "",
3086
  "required_fields": []
3087
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3088
  {
3089
  "slug": "gso",
3090
  "name": "GSO",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3091
  "other_name": "",
3092
  "required_fields": []
3093
  },
3094
  {
3095
- "slug": "latvijas-pasts",
3096
- "name": "Latvijas Pasts",
3097
  "other_name": "",
3098
  "required_fields": []
3099
  },
3100
  {
3101
- "slug": "australia-post-api",
3102
- "name": "Australia Post API",
 
 
 
 
 
 
 
 
 
 
 
 
3103
  "other_name": "",
3104
  "required_fields": []
3105
  },
@@ -3110,8 +3657,32 @@ function get_couriers() {
3110
  "required_fields": []
3111
  },
3112
  {
3113
- "slug": "total-express",
3114
- "name": "Total Express",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3115
  "other_name": "",
3116
  "required_fields": []
3117
  },
@@ -3122,8 +3693,344 @@ function get_couriers() {
3122
  "required_fields": []
3123
  },
3124
  {
3125
- "slug": "zeleris",
3126
- "name": "Zeleris",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3127
  "other_name": "",
3128
  "required_fields": []
3129
  }
3085
  "other_name": "",
3086
  "required_fields": []
3087
  },
3088
+ {
3089
+ "slug": "shiptor",
3090
+ "name": "Shiptor",
3091
+ "other_name": "",
3092
+ "required_fields": []
3093
+ },
3094
+ {
3095
+ "slug": "bh-worldwide",
3096
+ "name": "B&H Worldwide",
3097
+ "other_name": "",
3098
+ "required_fields": []
3099
+ },
3100
+ {
3101
+ "slug": "parcel2go",
3102
+ "name": "Parcel2Go",
3103
+ "other_name": "",
3104
+ "required_fields": []
3105
+ },
3106
+ {
3107
+ "slug": "endeavour-delivery",
3108
+ "name": "Endeavour Delivery",
3109
+ "other_name": "",
3110
+ "required_fields": [
3111
+ "tracking_postal_code"
3112
+ ]
3113
+ },
3114
+ {
3115
+ "slug": "kerrytj",
3116
+ "name": "Kerry TJ Logistics",
3117
+ "other_name": "KTJ嘉里大榮物流",
3118
+ "required_fields": []
3119
+ },
3120
+ {
3121
+ "slug": "aaa-cooper",
3122
+ "name": "AAA Cooper",
3123
+ "other_name": "",
3124
+ "required_fields": []
3125
+ },
3126
+ {
3127
+ "slug": "aersure",
3128
+ "name": "Aersure",
3129
+ "other_name": "",
3130
+ "required_fields": []
3131
+ },
3132
+ {
3133
+ "slug": "mglobal",
3134
+ "name": "PT MGLOBAL LOGISTICS INDONESIA",
3135
+ "other_name": "",
3136
+ "required_fields": []
3137
+ },
3138
+ {
3139
+ "slug": "watkins-shepard",
3140
+ "name": "Watkins Shepard",
3141
+ "other_name": "",
3142
+ "required_fields": []
3143
+ },
3144
+ {
3145
+ "slug": "ocs",
3146
+ "name": "OCS ANA Group",
3147
+ "other_name": "",
3148
+ "required_fields": []
3149
+ },
3150
+ {
3151
+ "slug": "descartes",
3152
+ "name": "Innovel",
3153
+ "other_name": "",
3154
+ "required_fields": []
3155
+ },
3156
+ {
3157
+ "slug": "champion-logistics",
3158
+ "name": "Champion Logistics",
3159
+ "other_name": "Champlog",
3160
+ "required_fields": []
3161
+ },
3162
+ {
3163
+ "slug": "usf-reddaway",
3164
+ "name": "USF Reddaway",
3165
+ "other_name": "",
3166
+ "required_fields": []
3167
+ },
3168
+ {
3169
+ "slug": "latvijas-pasts",
3170
+ "name": "Latvijas Pasts",
3171
+ "other_name": "Latvijas Pasts",
3172
+ "required_fields": []
3173
+ },
3174
+ {
3175
+ "slug": "fedex-fims",
3176
+ "name": "FedEx International MailService",
3177
+ "other_name": "",
3178
+ "required_fields": []
3179
+ },
3180
+ {
3181
+ "slug": "sefl",
3182
+ "name": "Southeastern Freight Lines",
3183
+ "other_name": "",
3184
+ "required_fields": []
3185
+ },
3186
+ {
3187
+ "slug": "danske-fragt",
3188
+ "name": "Danske Fragtmænd",
3189
+ "other_name": "Fragt DK",
3190
+ "required_fields": []
3191
+ },
3192
  {
3193
  "slug": "gso",
3194
  "name": "GSO",
3195
+ "other_name": "GSO Freight",
3196
+ "required_fields": []
3197
+ },
3198
+ {
3199
+ "slug": "sf-express-webhook",
3200
+ "name": "SF Express (Webhook)",
3201
+ "other_name": "顺丰速运 (丰桥路由状态推送)",
3202
+ "required_fields": []
3203
+ },
3204
+ {
3205
+ "slug": "efex",
3206
+ "name": "eFEx (E-Commerce Fulfillment & Express)",
3207
+ "other_name": "",
3208
+ "required_fields": []
3209
+ },
3210
+ {
3211
+ "slug": "wmg",
3212
+ "name": "WMG Delivery",
3213
+ "other_name": "World Marketing Group Pte Ltd",
3214
+ "required_fields": []
3215
+ },
3216
+ {
3217
+ "slug": "paack-webhook",
3218
+ "name": "Paack",
3219
+ "other_name": "",
3220
+ "required_fields": []
3221
+ },
3222
+ {
3223
+ "slug": "apc-overnight-connum",
3224
+ "name": "APC Overnight Consignment Number",
3225
+ "other_name": "",
3226
+ "required_fields": [
3227
+ "tracking_postal_code"
3228
+ ]
3229
+ },
3230
+ {
3231
+ "slug": "usps-webhook",
3232
+ "name": "USPS Informed Visibility - Webhook",
3233
+ "other_name": "USPS IV",
3234
+ "required_fields": []
3235
+ },
3236
+ {
3237
+ "slug": "osm-worldwide",
3238
+ "name": "OSM Worldwide",
3239
+ "other_name": "",
3240
+ "required_fields": []
3241
+ },
3242
+ {
3243
+ "slug": "expeditors-api",
3244
+ "name": "Expeditors API",
3245
+ "other_name": "",
3246
+ "required_fields": []
3247
+ },
3248
+ {
3249
+ "slug": "seko-sftp",
3250
+ "name": "SEKO Worldwide, LLC",
3251
+ "other_name": "SEKO Logistics",
3252
+ "required_fields": []
3253
+ },
3254
+ {
3255
+ "slug": "antron",
3256
+ "name": "Antron Express",
3257
+ "other_name": "",
3258
+ "required_fields": []
3259
+ },
3260
+ {
3261
+ "slug": "pickupp-vnm",
3262
+ "name": "Pickupp Vietnam",
3263
+ "other_name": "",
3264
+ "required_fields": []
3265
+ },
3266
+ {
3267
+ "slug": "janio",
3268
+ "name": "Janio Asia",
3269
+ "other_name": "",
3270
+ "required_fields": []
3271
+ },
3272
+ {
3273
+ "slug": "brt-it-sender-ref",
3274
+ "name": "BRT Bartolini(Sender Reference)",
3275
+ "other_name": "",
3276
+ "required_fields": []
3277
+ },
3278
+ {
3279
+ "slug": "kurasi",
3280
+ "name": "KURASI",
3281
+ "other_name": "",
3282
+ "required_fields": []
3283
+ },
3284
+ {
3285
+ "slug": "gls-spain",
3286
+ "name": "GLS Spain",
3287
+ "other_name": "",
3288
+ "required_fields": [
3289
+ "tracking_key"
3290
+ ]
3291
+ },
3292
+ {
3293
+ "slug": "total-express",
3294
+ "name": "Total Express",
3295
+ "other_name": "",
3296
+ "required_fields": [
3297
+ "tracking_account_number",
3298
+ "tracking_key"
3299
+ ]
3300
+ },
3301
+ {
3302
+ "slug": "newzealand-couriers",
3303
+ "name": "NEW ZEALAND COURIERS",
3304
+ "other_name": "",
3305
+ "required_fields": [
3306
+ "tracking_account_number"
3307
+ ]
3308
+ },
3309
+ {
3310
+ "slug": "lotte",
3311
+ "name": "Lotte Global Logistics",
3312
+ "other_name": "",
3313
+ "required_fields": []
3314
+ },
3315
+ {
3316
+ "slug": "fmx",
3317
+ "name": "FMX",
3318
+ "other_name": "",
3319
+ "required_fields": []
3320
+ },
3321
+ {
3322
+ "slug": "knuk",
3323
+ "name": "KNAirlink Aerospace Domestic Network",
3324
+ "other_name": "",
3325
+ "required_fields": []
3326
+ },
3327
+ {
3328
+ "slug": "hx-express",
3329
+ "name": "HX Express",
3330
+ "other_name": "",
3331
+ "required_fields": []
3332
+ },
3333
+ {
3334
+ "slug": "shippify",
3335
+ "name": "Shippify, Inc",
3336
+ "other_name": "",
3337
+ "required_fields": []
3338
+ },
3339
+ {
3340
+ "slug": "gls-croatia",
3341
+ "name": "GLS Croatia",
3342
+ "other_name": "",
3343
+ "required_fields": []
3344
+ },
3345
+ {
3346
+ "slug": "dpd-fr-reference",
3347
+ "name": "DPD France",
3348
+ "other_name": "",
3349
+ "required_fields": [
3350
+ "tracking_account_number"
3351
+ ]
3352
+ },
3353
+ {
3354
+ "slug": "dhl-supply-chain-au",
3355
+ "name": "DHL Supply Chain Australia",
3356
+ "other_name": "DHL ConnectedView",
3357
+ "required_fields": []
3358
+ },
3359
+ {
3360
+ "slug": "always-express",
3361
+ "name": "Always Express",
3362
+ "other_name": "",
3363
+ "required_fields": []
3364
+ },
3365
+ {
3366
+ "slug": "australia-post-api",
3367
+ "name": "Australia Post API",
3368
+ "other_name": "",
3369
+ "required_fields": []
3370
+ },
3371
+ {
3372
+ "slug": "fetchr",
3373
+ "name": "Fetchr",
3374
+ "other_name": "",
3375
+ "required_fields": []
3376
+ },
3377
+ {
3378
+ "slug": "inexpost",
3379
+ "name": "Inexpost",
3380
+ "other_name": "",
3381
+ "required_fields": []
3382
+ },
3383
+ {
3384
+ "slug": "expresssale",
3385
+ "name": "Expresssale",
3386
+ "other_name": "",
3387
+ "required_fields": []
3388
+ },
3389
+ {
3390
+ "slug": "hipshipper",
3391
+ "name": "Hipshipper",
3392
+ "other_name": "",
3393
+ "required_fields": []
3394
+ },
3395
+ {
3396
+ "slug": "westbank-courier",
3397
+ "name": "West Bank Courier",
3398
+ "other_name": "",
3399
+ "required_fields": []
3400
+ },
3401
+ {
3402
+ "slug": "mailplus-jp",
3403
+ "name": "MailPlus",
3404
+ "other_name": "",
3405
+ "required_fields": []
3406
+ },
3407
+ {
3408
+ "slug": "ky-express",
3409
+ "name": "Kua Yue Express",
3410
+ "other_name": "KYE",
3411
+ "required_fields": []
3412
+ },
3413
+ {
3414
+ "slug": "misumi-cn",
3415
+ "name": "MISUMI Group Inc.",
3416
+ "other_name": "",
3417
+ "required_fields": []
3418
+ },
3419
+ {
3420
+ "slug": "cae-delivers",
3421
+ "name": "CAE Delivers",
3422
+ "other_name": "",
3423
+ "required_fields": []
3424
+ },
3425
+ {
3426
+ "slug": "dayton-freight",
3427
+ "name": "Dayton Freight",
3428
+ "other_name": "",
3429
+ "required_fields": []
3430
+ },
3431
+ {
3432
+ "slug": "pony-express",
3433
+ "name": "Pony express",
3434
+ "other_name": "",
3435
+ "required_fields": []
3436
+ },
3437
+ {
3438
+ "slug": "dajin",
3439
+ "name": "Shanghai Aqrum Chemical Logistics Co.Ltd",
3440
+ "other_name": "Dajin",
3441
+ "required_fields": []
3442
+ },
3443
+ {
3444
+ "slug": "xpert-delivery",
3445
+ "name": "Xpert Delivery",
3446
+ "other_name": "",
3447
+ "required_fields": []
3448
+ },
3449
+ {
3450
+ "slug": "mainway",
3451
+ "name": "Mainway",
3452
+ "other_name": "",
3453
+ "required_fields": []
3454
+ },
3455
+ {
3456
+ "slug": "amazon",
3457
+ "name": "Amazon Ground",
3458
+ "other_name": "",
3459
+ "required_fields": []
3460
+ },
3461
+ {
3462
+ "slug": "gls-slovakia",
3463
+ "name": "GLS General Logistics Systems Slovakia s.r.o.",
3464
+ "other_name": "",
3465
+ "required_fields": []
3466
+ },
3467
+ {
3468
+ "slug": "aquiline",
3469
+ "name": "Aquiline",
3470
+ "other_name": "",
3471
+ "required_fields": []
3472
+ },
3473
+ {
3474
+ "slug": "dao365",
3475
+ "name": "DAO365",
3476
+ "other_name": "",
3477
+ "required_fields": []
3478
+ },
3479
+ {
3480
+ "slug": "urgent-cargus",
3481
+ "name": "Urgent Cargus",
3482
+ "other_name": "",
3483
+ "required_fields": []
3484
+ },
3485
+ {
3486
+ "slug": "lalamove",
3487
+ "name": "Lalamove",
3488
+ "other_name": "",
3489
+ "required_fields": []
3490
+ },
3491
+ {
3492
+ "slug": "jne-api",
3493
+ "name": "JNE",
3494
+ "other_name": "",
3495
+ "required_fields": []
3496
+ },
3497
+ {
3498
+ "slug": "gba",
3499
+ "name": "GBA Services Ltd",
3500
+ "other_name": "",
3501
+ "required_fields": []
3502
+ },
3503
+ {
3504
+ "slug": "globaltranz",
3505
+ "name": "GlobalTranz",
3506
+ "other_name": "",
3507
+ "required_fields": []
3508
+ },
3509
+ {
3510
+ "slug": "ao-courier",
3511
+ "name": "AO Logistics",
3512
+ "other_name": "",
3513
+ "required_fields": []
3514
+ },
3515
+ {
3516
+ "slug": "general-overnight",
3517
+ "name": "Go!Express and logistics",
3518
+ "other_name": "",
3519
+ "required_fields": []
3520
+ },
3521
+ {
3522
+ "slug": "planzer",
3523
+ "name": "Planzer Group",
3524
+ "other_name": "",
3525
+ "required_fields": [
3526
+ "tracking_postal_code"
3527
+ ]
3528
+ },
3529
+ {
3530
+ "slug": "naqel-express",
3531
+ "name": "Naqel Express",
3532
+ "other_name": "",
3533
+ "required_fields": []
3534
+ },
3535
+ {
3536
+ "slug": "parknparcel",
3537
+ "name": "Park N Parcel",
3538
+ "other_name": "",
3539
+ "required_fields": []
3540
+ },
3541
+ {
3542
+ "slug": "i-dika",
3543
+ "name": "i-dika",
3544
+ "other_name": "",
3545
+ "required_fields": []
3546
+ },
3547
+ {
3548
+ "slug": "dhl-global-mail-asia-api",
3549
+ "name": "DHL eCommerce Asia",
3550
+ "other_name": "",
3551
+ "required_fields": []
3552
+ },
3553
+ {
3554
+ "slug": "mx-cargo",
3555
+ "name": "M&X cargo",
3556
+ "other_name": "M&X International Shipping Agency Co.,LTD",
3557
+ "required_fields": []
3558
+ },
3559
+ {
3560
+ "slug": "smg-express",
3561
+ "name": "SMG Direct",
3562
+ "other_name": "",
3563
+ "required_fields": []
3564
+ },
3565
+ {
3566
+ "slug": "zeleris",
3567
+ "name": "Zeleris",
3568
+ "other_name": "",
3569
+ "required_fields": []
3570
+ },
3571
+ {
3572
+ "slug": "virtransport",
3573
+ "name": "VIR Transport",
3574
+ "other_name": "",
3575
+ "required_fields": []
3576
+ },
3577
+ {
3578
+ "slug": "eu-fleet-solutions",
3579
+ "name": "EU Fleet Solutions",
3580
+ "other_name": "",
3581
+ "required_fields": [
3582
+ "tracking_postal_code"
3583
+ ]
3584
+ },
3585
+ {
3586
+ "slug": "tuffnells-reference",
3587
+ "name": "Tuffnells Parcels Express- Reference",
3588
+ "other_name": "",
3589
+ "required_fields": [
3590
+ "tracking_postal_code"
3591
+ ]
3592
+ },
3593
+ {
3594
+ "slug": "speedy",
3595
+ "name": "Speedy",
3596
+ "other_name": "",
3597
+ "required_fields": []
3598
+ },
3599
+ {
3600
+ "slug": "neway",
3601
+ "name": "Neway Transport",
3602
+ "other_name": "",
3603
+ "required_fields": []
3604
+ },
3605
+ {
3606
+ "slug": "ids-logistics",
3607
+ "name": "IDS Logistics",
3608
+ "other_name": "",
3609
+ "required_fields": []
3610
+ },
3611
+ {
3612
+ "slug": "landmark-global-reference",
3613
+ "name": "Landmark Global Reference",
3614
+ "other_name": "",
3615
+ "required_fields": []
3616
+ },
3617
+ {
3618
+ "slug": "pioneer-logistics",
3619
+ "name": "Pioneer Logistics Systems, Inc.",
3620
+ "other_name": "",
3621
+ "required_fields": []
3622
+ },
3623
+ {
3624
+ "slug": "apg",
3625
+ "name": "APG eCommerce Solutions Ltd.",
3626
  "other_name": "",
3627
  "required_fields": []
3628
  },
3629
  {
3630
+ "slug": "delnext",
3631
+ "name": "Delnext",
3632
  "other_name": "",
3633
  "required_fields": []
3634
  },
3635
  {
3636
+ "slug": "gls-slovenia",
3637
+ "name": "GLS Slovenia",
3638
+ "other_name": "",
3639
+ "required_fields": []
3640
+ },
3641
+ {
3642
+ "slug": "pittohio",
3643
+ "name": "PITT OHIO",
3644
+ "other_name": "",
3645
+ "required_fields": []
3646
+ },
3647
+ {
3648
+ "slug": "cope",
3649
+ "name": "Cope Sensitive Freight",
3650
  "other_name": "",
3651
  "required_fields": []
3652
  },
3657
  "required_fields": []
3658
  },
3659
  {
3660
+ "slug": "pil-logistics",
3661
+ "name": "PIL Logistics (China) Co., Ltd",
3662
+ "other_name": "",
3663
+ "required_fields": []
3664
+ },
3665
+ {
3666
+ "slug": "milkman",
3667
+ "name": "Milkman",
3668
+ "other_name": "",
3669
+ "required_fields": []
3670
+ },
3671
+ {
3672
+ "slug": "intel-valley",
3673
+ "name": "Intel-Valley Supply chain (ShenZhen) Co. Ltd",
3674
+ "other_name": "智谷供应链(深圳)有限公司",
3675
+ "required_fields": []
3676
+ },
3677
+ {
3678
+ "slug": "fetchr-webhook",
3679
+ "name": "Mena 360 (Fetchr)",
3680
+ "other_name": "",
3681
+ "required_fields": []
3682
+ },
3683
+ {
3684
+ "slug": "logicmena",
3685
+ "name": "Logic Mena",
3686
  "other_name": "",
3687
  "required_fields": []
3688
  },
3693
  "required_fields": []
3694
  },
3695
  {
3696
+ "slug": "carriers",
3697
+ "name": "Carriers",
3698
+ "other_name": "",
3699
+ "required_fields": []
3700
+ },
3701
+ {
3702
+ "slug": "forrun",
3703
+ "name": "forrun Pvt Ltd (Arpatech Venture)",
3704
+ "other_name": "",
3705
+ "required_fields": []
3706
+ },
3707
+ {
3708
+ "slug": "correosexpress-api",
3709
+ "name": "Correos Express",
3710
+ "other_name": "",
3711
+ "required_fields": []
3712
+ },
3713
+ {
3714
+ "slug": "eshipping",
3715
+ "name": "Eshipping",
3716
+ "other_name": "Eshipping Global Supply Chain Management(Shenzhen)Co. Ltd",
3717
+ "required_fields": []
3718
+ },
3719
+ {
3720
+ "slug": "xpedigo",
3721
+ "name": "Xpedigo",
3722
+ "other_name": "",
3723
+ "required_fields": []
3724
+ },
3725
+ {
3726
+ "slug": "spanish-seur-api",
3727
+ "name": "Spanish Seur API",
3728
+ "other_name": "",
3729
+ "required_fields": []
3730
+ },
3731
+ {
3732
+ "slug": "continental",
3733
+ "name": "Continental",
3734
+ "other_name": "",
3735
+ "required_fields": []
3736
+ },
3737
+ {
3738
+ "slug": "fasttrack",
3739
+ "name": "Fasttrack",
3740
+ "other_name": "",
3741
+ "required_fields": []
3742
+ },
3743
+ {
3744
+ "slug": "paper-express",
3745
+ "name": "Paper Express",
3746
+ "other_name": "",
3747
+ "required_fields": [
3748
+ "tracking_postal_code"
3749
+ ]
3750
+ },
3751
+ {
3752
+ "slug": "relaiscolis",
3753
+ "name": "Relais Colis",
3754
+ "other_name": "",
3755
+ "required_fields": [
3756
+ "tracking_key"
3757
+ ]
3758
+ },
3759
+ {
3760
+ "slug": "weaship",
3761
+ "name": "Weaship",
3762
+ "other_name": "",
3763
+ "required_fields": []
3764
+ },
3765
+ {
3766
+ "slug": "sutton",
3767
+ "name": "Sutton Transport",
3768
+ "other_name": "",
3769
+ "required_fields": []
3770
+ },
3771
+ {
3772
+ "slug": "dhl-supplychain-id",
3773
+ "name": "DHL Supply Chain Indonesia",
3774
+ "other_name": "",
3775
+ "required_fields": []
3776
+ },
3777
+ {
3778
+ "slug": "budbee-webhook",
3779
+ "name": "Budbee",
3780
+ "other_name": "",
3781
+ "required_fields": []
3782
+ },
3783
+ {
3784
+ "slug": "mazet",
3785
+ "name": "Groupe Mazet",
3786
+ "other_name": "",
3787
+ "required_fields": []
3788
+ },
3789
+ {
3790
+ "slug": "liefery",
3791
+ "name": "liefery",
3792
+ "other_name": "",
3793
+ "required_fields": []
3794
+ },
3795
+ {
3796
+ "slug": "legion-express",
3797
+ "name": "Legion Express",
3798
+ "other_name": "",
3799
+ "required_fields": []
3800
+ },
3801
+ {
3802
+ "slug": "wizmo",
3803
+ "name": "Wizmo",
3804
+ "other_name": "",
3805
+ "required_fields": []
3806
+ },
3807
+ {
3808
+ "slug": "tourline",
3809
+ "name": "tourline",
3810
+ "other_name": "ctt",
3811
+ "required_fields": []
3812
+ },
3813
+ {
3814
+ "slug": "huodull",
3815
+ "name": "Huodull",
3816
+ "other_name": "货兜",
3817
+ "required_fields": []
3818
+ },
3819
+ {
3820
+ "slug": "sfplus-webhook",
3821
+ "name": "SF Plus",
3822
+ "other_name": "Kin Shun Information Technology Limited",
3823
+ "required_fields": []
3824
+ },
3825
+ {
3826
+ "slug": "doordash-webhook",
3827
+ "name": "DoorDash",
3828
+ "other_name": "",
3829
+ "required_fields": []
3830
+ },
3831
+ {
3832
+ "slug": "dhlparcel-uk",
3833
+ "name": "DHL Parcel UK",
3834
+ "other_name": "",
3835
+ "required_fields": []
3836
+ },
3837
+ {
3838
+ "slug": "hdb",
3839
+ "name": "Haidaibao",
3840
+ "other_name": "",
3841
+ "required_fields": []
3842
+ },
3843
+ {
3844
+ "slug": "ceva",
3845
+ "name": "CEVA LOGISTICS",
3846
+ "other_name": "",
3847
+ "required_fields": []
3848
+ },
3849
+ {
3850
+ "slug": "okayparcel",
3851
+ "name": "OkayParcel",
3852
+ "other_name": "",
3853
+ "required_fields": []
3854
+ },
3855
+ {
3856
+ "slug": "ocs-worldwide",
3857
+ "name": "OCS WORLDWIDE",
3858
+ "other_name": "",
3859
+ "required_fields": []
3860
+ },
3861
+ {
3862
+ "slug": "up-express",
3863
+ "name": "UP-express",
3864
+ "other_name": "",
3865
+ "required_fields": []
3866
+ },
3867
+ {
3868
+ "slug": "amazon-logistics-uk",
3869
+ "name": "Amazon Logistics",
3870
+ "other_name": "",
3871
+ "required_fields": []
3872
+ },
3873
+ {
3874
+ "slug": "toll-nz",
3875
+ "name": "Toll New Zealand",
3876
+ "other_name": "",
3877
+ "required_fields": []
3878
+ },
3879
+ {
3880
+ "slug": "box-berry",
3881
+ "name": "Boxberry",
3882
+ "other_name": "",
3883
+ "required_fields": []
3884
+ },
3885
+ {
3886
+ "slug": "loomis-express",
3887
+ "name": "Loomis Express",
3888
+ "other_name": "",
3889
+ "required_fields": []
3890
+ },
3891
+ {
3892
+ "slug": "ets-express",
3893
+ "name": "RETS express",
3894
+ "other_name": "绥芬河俄通收国际货物运输代理有限责任公司",
3895
+ "required_fields": []
3896
+ },
3897
+ {
3898
+ "slug": "cbl-logistica-api",
3899
+ "name": "CBL Logistica",
3900
+ "other_name": "",
3901
+ "required_fields": [
3902
+ "tracking_ship_date"
3903
+ ]
3904
+ },
3905
+ {
3906
+ "slug": "dnj-express",
3907
+ "name": "DNJ Express",
3908
+ "other_name": "",
3909
+ "required_fields": []
3910
+ },
3911
+ {
3912
+ "slug": "dms-matrix",
3913
+ "name": "DMSMatrix",
3914
+ "other_name": "",
3915
+ "required_fields": []
3916
+ },
3917
+ {
3918
+ "slug": "logistyx-transgroup",
3919
+ "name": "Transgroup",
3920
+ "other_name": "",
3921
+ "required_fields": []
3922
+ },
3923
+ {
3924
+ "slug": "cdek-tr",
3925
+ "name": "CDEK TR",
3926
+ "other_name": "",
3927
+ "required_fields": []
3928
+ },
3929
+ {
3930
+ "slug": "nowlog-api",
3931
+ "name": "NOWLOG LOGISTICA INTELIGENTE LTD",
3932
+ "other_name": "",
3933
+ "required_fields": []
3934
+ },
3935
+ {
3936
+ "slug": "2ebox",
3937
+ "name": "2ebox",
3938
+ "other_name": "",
3939
+ "required_fields": []
3940
+ },
3941
+ {
3942
+ "slug": "freterapido",
3943
+ "name": "Frete Rápido",
3944
+ "other_name": "",
3945
+ "required_fields": []
3946
+ },
3947
+ {
3948
+ "slug": "carry-flap",
3949
+ "name": "Carry-Flap Co.,Ltd.",
3950
+ "other_name": "",
3951
+ "required_fields": []
3952
+ },
3953
+ {
3954
+ "slug": "hdb-box",
3955
+ "name": "Haidaibao",
3956
+ "other_name": "",
3957
+ "required_fields": []
3958
+ },
3959
+ {
3960
+ "slug": "cfl-logistics",
3961
+ "name": "CFL Logistics",
3962
+ "other_name": "",
3963
+ "required_fields": []
3964
+ },
3965
+ {
3966
+ "slug": "xpo-logistics",
3967
+ "name": "XPO logistics",
3968
+ "other_name": "",
3969
+ "required_fields": []
3970
+ },
3971
+ {
3972
+ "slug": "gemworldwide",
3973
+ "name": "GEM Worldwide",
3974
+ "other_name": "",
3975
+ "required_fields": []
3976
+ },
3977
+ {
3978
+ "slug": "fitzmark-api",
3979
+ "name": "FitzMark",
3980
+ "other_name": "",
3981
+ "required_fields": []
3982
+ },
3983
+ {
3984
+ "slug": "mail-box-etc",
3985
+ "name": "Mail Boxes Etc.",
3986
+ "other_name": "",
3987
+ "required_fields": []
3988
+ },
3989
+ {
3990
+ "slug": "bond",
3991
+ "name": "Bond",
3992
+ "other_name": "",
3993
+ "required_fields": []
3994
+ },
3995
+ {
3996
+ "slug": "firstmile",
3997
+ "name": "FirstMile",
3998
+ "other_name": "",
3999
+ "required_fields": []
4000
+ },
4001
+ {
4002
+ "slug": "bring",
4003
+ "name": "Bring",
4004
+ "other_name": "",
4005
+ "required_fields": []
4006
+ },
4007
+ {
4008
+ "slug": "tck-express",
4009
+ "name": "TCK Express",
4010
+ "other_name": "",
4011
+ "required_fields": []
4012
+ },
4013
+ {
4014
+ "slug": "cubyn",
4015
+ "name": "Cubyn",
4016
+ "other_name": "",
4017
+ "required_fields": []
4018
+ },
4019
+ {
4020
+ "slug": "ecoutier",
4021
+ "name": "eCoutier",
4022
+ "other_name": "",
4023
+ "required_fields": []
4024
+ },
4025
+ {
4026
+ "slug": "sk-posta",
4027
+ "name": "Slovenská pošta, a.s.",
4028
+ "other_name": "",
4029
+ "required_fields": []
4030
+ },
4031
+ {
4032
+ "slug": "allied-express-ftp",
4033
+ "name": "Allied Express",
4034
  "other_name": "",
4035
  "required_fields": []
4036
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.aftership.com/
4
  Tags: shipping, tracking, ups, usps, fedex, dhl, tnt, dpd, post, shipment, woocommerce, tracking number, aftership, package tracking, fulfilment, tracking link, carrier, courier, woo commerce, woocommerce shipment tracking, shipping details plugin, widget, shipstation, track, package
5
  Requires at least: 2.9
6
  Tested up to: 5.2.1
7
- Stable tag: 1.9.13
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -97,6 +97,9 @@ You'll find the FAQ on [AfterShip.com](https://aftership.uservoice.com/knowledge
97
 
98
  == Changelog ==
99
 
 
 
 
100
  = 1.9.12 =
101
  * Add new couriers (Spee-Dee Delivery)
102
 
4
  Tags: shipping, tracking, ups, usps, fedex, dhl, tnt, dpd, post, shipment, woocommerce, tracking number, aftership, package tracking, fulfilment, tracking link, carrier, courier, woo commerce, woocommerce shipment tracking, shipping details plugin, widget, shipstation, track, package
5
  Requires at least: 2.9
6
  Tested up to: 5.2.1
7
+ Stable tag: 1.9.14
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
97
 
98
  == Changelog ==
99
 
100
+ = 1.9.14 =
101
+ * Add new couriers
102
+
103
  = 1.9.12 =
104
  * Add new couriers (Spee-Dee Delivery)
105