Plugin Directory

Changeset 3014281


Ignore:
Timestamp:
12/26/2023 09:17:37 AM (2 years ago)
Author:
hfdepost
Message:

Performance Improvement

Location:
hfd-epost-integration/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • hfd-epost-integration/trunk/class/App.php

    r2884972 r3014281  
    8989        $hfd_epost_service_url = get_option( 'betanet_epost_service_url' );
    9090        if( strpos( $hfd_epost_service_url, "http://" ) !== false || empty( $hfd_epost_service_url ) ){
    91             update_option( 'betanet_epost_service_url', 'https://run.hfd.co.il/uniscripts/MGrqispi.dll?APPNAME=run&PRGNAME=ws_spotslist&ARGUMENTS=-Aall' );
     91            update_option( 'betanet_epost_service_url', 'https://run.hfd.co.il/RunCom.Server/Request.aspx?APPNAME=run&PRGNAME=ws_spotslist&ARGUMENTS=-Aall' );
    9292        }
    9393        if( empty( $track_shipment_url ) ){
  • hfd-epost-integration/trunk/hfd-woocommerce-epost.php

    r3011172 r3014281  
    44Plugin URI:
    55Description: Add shipping method of ePost, allowing the user on the checkout, to select the pickup location point from a google map popup. Also allows to synch the order to HFD API after the order is created.
    6 Version: 1.5.3
     6Version: 1.5.4
    77Author: HFD
    88Author URI: https://www.hfd.co.il
  • hfd-epost-integration/trunk/readme.txt

    r3011172 r3014281  
    55Requires at least: 4.0
    66Tested up to: 6.4
    7 Stable tag: 1.5.3
     7Stable tag: 1.5.4
    88Requires PHP: 5.4
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.