Plugin Directory

Changeset 3340734


Ignore:
Timestamp:
08/07/2025 05:08:05 AM (5 months ago)
Author:
aarsiv
Message:

Fedex rate services added

Location:
a2z-fedex-shipping
Files:
63 added
4 edited

Legend:

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

    r3336139 r3340734  
    44 * Plugin URI: https://myshipi.com/
    55 * Description: Realtime Shipping Rates, shipping labels.
    6  * Version: 5.0.7
     6 * Version: 5.0.8
    77 * Author: Shipi
    88 * Author URI: https://myshipi.com/
     
    640640                            'GROUND_HOME_DELIVERY'               => 'FedEx Ground Home Delivery',
    641641                            'FEDEX_GROUND'                       => 'FedEx Ground',
     642                            'FEDEX_REGIONAL_ECONOMY'            => 'FedEx Regional Economy',
     643                            'FEDEX_REGIONAL_ECONOMY_DIST'       => 'FedEx Regional Economy Distribution',
     644                            'FEDEX_REGIONAL_FIRST'              => 'FedEx Regional First',
     645                            'FEDEX_REGIONAL_GROUND'             => 'FedEx Regional Ground',
     646                            'FEDEX_REGIONAL_PRIORITY'           => 'FedEx Regional Priority',
     647                            'FEDEX_REGIONAL_PRIORITY_DIST'      => 'FedEx Regional Priority Distribution',
     648                            'FEDEX_REGIONAL_PRIORITY_EXPRESS'   => 'FedEx Regional Priority Express',
     649                            'FEDEX_REGIONAL_PRIORITY_EXPRESS_DIST'  => 'FedEx Regional Priority Express Distribution',
     650                            'FEDEX_REGIONAL_PRIORITY_PLUS'      => 'FedEx Regional Priority Plus',
     651                            'FEDEX_REGIONAL_PRIORITY_PLUS_DIST' => 'FedEx Regional Priority Plus Distribution',
     652                            'FEDEX_REGIONAL_ECONOMY_FREIGHT'      => 'FedEx Regional Economy Freight',
     653                            'FEDEX_REGIONAL_PRIORITY_FREIGHT'     => 'FedEx Regional Priority Freight',
    642654                            'INTERNATIONAL_ECONOMY'              => 'International Economy',
    643655                            'INTERNATIONAL_ECONOMY_DISTRIBUTION'              => 'International Economy Distribution',
  • a2z-fedex-shipping/trunk/controllors/hitshippo_fedex_init.php

    r3239919 r3340734  
    152152                'FEDEX_NEXT_DAY_END_OF_DAY'          => 'FedEx Next Day End of Day',
    153153                'FEDEX_NEXT_DAY_FREIGHT'             => 'FedEx Next Day Freight',
     154                'FEDEX_REGIONAL_ECONOMY'            => 'FedEx Regional Economy',
     155                'FEDEX_REGIONAL_ECONOMY_DIST'       => 'FedEx Regional Economy Distribution',
     156                'FEDEX_REGIONAL_FIRST'              => 'FedEx Regional First',
     157                'FEDEX_REGIONAL_GROUND'             => 'FedEx Regional Ground',
     158                'FEDEX_REGIONAL_PRIORITY'           => 'FedEx Regional Priority',
     159                'FEDEX_REGIONAL_PRIORITY_DIST'      => 'FedEx Regional Priority Distribution',
     160                'FEDEX_REGIONAL_PRIORITY_EXPRESS'   => 'FedEx Regional Priority Express',
     161                'FEDEX_REGIONAL_PRIORITY_EXPRESS_DIST'  => 'FedEx Regional Priority Express Distribution',
     162                'FEDEX_REGIONAL_PRIORITY_PLUS'      => 'FedEx Regional Priority Plus',
     163                'FEDEX_REGIONAL_PRIORITY_PLUS_DIST' => 'FedEx Regional Priority Plus Distribution',
     164                'FEDEX_REGIONAL_ECONOMY_FREIGHT'      => 'FedEx Regional Economy Freight',
     165                'FEDEX_REGIONAL_PRIORITY_FREIGHT'     => 'FedEx Regional Priority Freight',
    154166            );
    155167
  • a2z-fedex-shipping/trunk/controllors/views/hitshippo_fedex_settings_view.php

    r3258855 r3340734  
    3737    'FEDEX_NEXT_DAY_END_OF_DAY'          => 'FedEx Next Day End of Day',
    3838    'FEDEX_NEXT_DAY_FREIGHT'             => 'FedEx Next Day Freight',
    39 
     39    'FEDEX_REGIONAL_ECONOMY'            => 'FedEx Regional Economy',
     40    'FEDEX_REGIONAL_ECONOMY_DIST'       => 'FedEx Regional Economy Distribution',
     41    'FEDEX_REGIONAL_FIRST'              => 'FedEx Regional First',
     42    'FEDEX_REGIONAL_GROUND'             => 'FedEx Regional Ground',
     43    'FEDEX_REGIONAL_PRIORITY'           => 'FedEx Regional Priority',
     44    'FEDEX_REGIONAL_PRIORITY_DIST'      => 'FedEx Regional Priority Distribution',
     45    'FEDEX_REGIONAL_PRIORITY_EXPRESS'   => 'FedEx Regional Priority Express',
     46    'FEDEX_REGIONAL_PRIORITY_EXPRESS_DIST'  => 'FedEx Regional Priority Express Distribution',
     47    'FEDEX_REGIONAL_PRIORITY_PLUS'      => 'FedEx Regional Priority Plus',
     48    'FEDEX_REGIONAL_PRIORITY_PLUS_DIST' => 'FedEx Regional Priority Plus Distribution',
     49    'FEDEX_REGIONAL_ECONOMY_FREIGHT'      => 'FedEx Regional Economy Freight',
     50    'FEDEX_REGIONAL_PRIORITY_FREIGHT'     => 'FedEx Regional Priority Freight',
    4051    //international
    4152    'INTERNATIONAL_ECONOMY'              => 'International Economy',
  • a2z-fedex-shipping/trunk/readme.txt

    r3336139 r3340734  
    55Tested up to: 6.8
    66Requires PHP: 5.6
    7 Stable tag: 5.0.7
     7Stable tag: 5.0.8
    88License: GPLv3 or later License
    99URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    159159
    160160== Changelog ==
     161= 5.0.8 =
     162    > [New] New services added
    161163= 5.0.7 =
    162164    > [New] Other charged handled from tax
Note: See TracChangeset for help on using the changeset viewer.