Plugin Directory

Changeset 3405383


Ignore:
Timestamp:
11/28/2025 04:49:45 PM (4 months ago)
Author:
aarsiv
Message:

Improvemnt

Location:
a2z-fedex-shipping
Files:
64 added
3 edited

Legend:

Unmodified
Added
Removed
  • a2z-fedex-shipping/trunk/a2zfedex_basic.php

    r3401989 r3405383  
    44 * Plugin URI: https://myshipi.com/
    55 * Description: Realtime Shipping Rates, shipping labels.
    6  * Version: 5.1.3
     6 * Version: 5.1.4
    77 * Author: Shipi
    88 * Author URI: https://myshipi.com/
     
    15871587                            'FEDEX_NEXT_DAY_END_OF_DAY'          => 'FedEx Next Day End of Day',
    15881588                            'FEDEX_NEXT_DAY_FREIGHT'             => 'FedEx Next Day Freight',
     1589                            'FEDEX_REGIONAL_ECONOMY'            => 'FedEx Regional Economy',
     1590                            'FEDEX_REGIONAL_ECONOMY_DIST'       => 'FedEx Regional Economy Distribution',
     1591                            'FEDEX_REGIONAL_FIRST'              => 'FedEx Regional First',
     1592                            'FEDEX_REGIONAL_GROUND'             => 'FedEx Regional Ground',
     1593                            'FEDEX_REGIONAL_PRIORITY'           => 'FedEx Regional Priority',
     1594                            'FEDEX_REGIONAL_PRIORITY_DIST'      => 'FedEx Regional Priority Distribution',
     1595                            'FEDEX_REGIONAL_PRIORITY_EXPRESS'   => 'FedEx Regional Priority Express',
     1596                            'FEDEX_REGIONAL_PRIORITY_EXPRESS_DIST'  => 'FedEx Regional Priority Express Distribution',
     1597                            'FEDEX_REGIONAL_PRIORITY_PLUS'      => 'FedEx Regional Priority Plus',
     1598                            'FEDEX_REGIONAL_PRIORITY_PLUS_DIST' => 'FedEx Regional Priority Plus Distribution',
     1599                            'FEDEX_REGIONAL_ECONOMY_FREIGHT'      => 'FedEx Regional Economy Freight',
     1600                            'FEDEX_REGIONAL_PRIORITY_FREIGHT'     => 'FedEx Regional Priority Freight',
    15891601                            );
    15901602
     
    20812093                                "accountnum" => $cvalue['hitshippo_fedex_acc_no'],
    20822094                                "meternum" => $cvalue['hitshippo_fedex_access_key'],
     2095                                "is_only_load_order" => apply_filters("shipi_fedex_is_only_load_order", '0'),
    20832096                                "rest_grant_type" => isset($cvalue['hitshippo_fedex_rest_grant_type']) ? $cvalue['hitshippo_fedex_rest_grant_type'] : "",
    20842097                                "rest_acc_no" => isset($cvalue['hitshippo_fedex_rest_acc_no']) ? $cvalue['hitshippo_fedex_rest_acc_no'] : "",
  • a2z-fedex-shipping/trunk/controllors/views/hitshippo_fedex_settings_view.php

    r3401989 r3405383  
    19561956           
    19571957            jQuery('.without_shipo_acc').hide();
     1958            jQuery('input[name="shipi_connection_username"]').prop('disabled', true);
     1959            jQuery('input[name="shipi_connection_password"]').prop('disabled', true);
    19581960            jQuery('.with_shipo_key').hide();
    19591961
    19601962            function show_connection_form() {
    19611963                jQuery('.without_shipo_acc').show();
     1964                jQuery('input[name="shipi_connection_username"]').prop('disabled', false);
     1965                jQuery('input[name="shipi_connection_password"]').prop('disabled', false);
    19621966            }
    19631967
  • a2z-fedex-shipping/trunk/readme.txt

    r3401989 r3405383  
    55Tested up to: 6.8
    66Requires PHP: 5.6
    7 Stable tag: 5.1.3
     7Stable tag: 5.1.4
    88License: GPLv3 or later License
    99URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    159159
    160160== Changelog ==
     161= 5.1.4 =
     162    > [New] Load order to shipi.
    161163= 5.1.3 =
    162164    > Bug Fixes.
Note: See TracChangeset for help on using the changeset viewer.