Plugin Directory

Changeset 3375247


Ignore:
Timestamp:
10/08/2025 04:53:58 PM (6 months ago)
Author:
aarsiv
Message:

fix

Location:
a2z-ups-shipping
Files:
31 added
4 edited

Legend:

Unmodified
Added
Removed
  • a2z-ups-shipping/trunk/a2zups_basic.php

    r3366850 r3375247  
    55 * Plugin URI: https://a2zplugins.com/product/ups-express-shipping-with-label-printing/
    66 * Description: Realtime Shipping Rates, Shipping label, commercial invoice automation included.
    7  * Version: 4.4.0
     7 * Version: 4.4.1
    88 * Author: Shipi
    99 * Author URI: https://myshipi.com/
  • a2z-ups-shipping/trunk/controllors/hit_ups_auto_init.php

    r3361931 r3375247  
    6767                return;
    6868            }
     69            $general_settings['additional_handling'] = isset($pack_aft_hook['additional_handling']) ? $pack_aft_hook['additional_handling'] : 0;
    6970
    7071           
  • a2z-ups-shipping/trunk/controllors/ups_rest_main.php

    r3366850 r3375247  
    137137                        ];
    138138                    }
     139
     140                    if (isset($general_settings['additional_handling']) && $general_settings['additional_handling'] == 1) {
     141                        $curr_pack_info['AdditionalHandlingIndicator'] = "";
     142                    }
    139143                   
    140144                    $curr_pack_info['PackagingType'] = ["Code" => "02"];
  • a2z-ups-shipping/trunk/readme.txt

    r3366850 r3375247  
    66Tested up to: 6.8
    77Requires PHP: 5.6
    8 Stable tag: 4.4.0
     8Stable tag: 4.4.1
    99License: GPLv3 or later License
    1010URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9797
    9898== Changelog ==
     99= 4.4.1 =
     100    > Additional handling charges hook is added.
    99101
    100102= 4.4.0 =
Note: See TracChangeset for help on using the changeset viewer.