Plugin Directory

Changeset 3238325


Ignore:
Timestamp:
02/11/2025 06:52:28 AM (14 months ago)
Author:
laijis
Message:

updated with latest email

Location:
time-express/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • time-express/trunk/readme.txt

    r3182334 r3238325  
    55Tested up to: 6.6.2
    66Requires PHP: 7.0
    7 Stable tag: 1.0.11
     7Stable tag: 1.0.12
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • time-express/trunk/timexpress-delivery.php

    r3182334 r3238325  
    22/**
    33 * @package timexpress-delivery
    4  * @version 1.0.11
     4 * @version 1.0.12
    55 */
    66/*
     
    88Description: Plugin Enables Option To Add Time Express as shipping provider
    99Author: Time Express
    10 Version: 1.0.11
     10Version: 1.0.12
    1111* Requires at least: 5.4
    1212* Requires PHP: 7.0
  • time-express/trunk/utils/functions.php

    r3182334 r3238325  
    229229        $tracking_url='https://www.timexpress.ae/track/'.$awb_tracking_no;
    230230       
    231         $download_awb='http:/timeexpress.dnsalias.com:880/A6/R.aspx?A='.$awb_tracking_no;
     231        // $download_awb='http:/timeexpress.dnsalias.com:880/A6/R.aspx?A='.$awb_tracking_no;
     232        $download_awb='http://timeexpress.dnsalias.com:880/Awbprint/R.aspx?A='.$awb_tracking_no.'&CUST=TIMEXACC&USR=TIMEXUSR&PWD=TIMEX@@123';
    232233        $subject = "Order Processed to TimeExpress";
    233234
Note: See TracChangeset for help on using the changeset viewer.