Changeset 3375247
- Timestamp:
- 10/08/2025 04:53:58 PM (6 months ago)
- Location:
- a2z-ups-shipping
- Files:
-
- 31 added
- 4 edited
-
tags/4.4.1 (added)
-
tags/4.4.1/a2zups_basic.php (added)
-
tags/4.4.1/controllors (added)
-
tags/4.4.1/controllors/classes (added)
-
tags/4.4.1/controllors/classes/hit-box-packing.php (added)
-
tags/4.4.1/controllors/classes/index.php (added)
-
tags/4.4.1/controllors/classes/weight_pack (added)
-
tags/4.4.1/controllors/classes/weight_pack/class-hit-weight-packing-util.php (added)
-
tags/4.4.1/controllors/classes/weight_pack/class-hit-weight-packing.php (added)
-
tags/4.4.1/controllors/classes/weight_pack/class-hit-weight-strategy-ascend.php (added)
-
tags/4.4.1/controllors/classes/weight_pack/class-hit-weight-strategy-descend.php (added)
-
tags/4.4.1/controllors/classes/weight_pack/class-hit-weight-strategy-simple.php (added)
-
tags/4.4.1/controllors/classes/weight_pack/index.php (added)
-
tags/4.4.1/controllors/hit_ups_auto_init.php (added)
-
tags/4.4.1/controllors/index.php (added)
-
tags/4.4.1/controllors/ups_rest_main.php (added)
-
tags/4.4.1/controllors/views (added)
-
tags/4.4.1/controllors/views/hit_ups_automated_settings_view.php (added)
-
tags/4.4.1/controllors/views/ups_logo.png (added)
-
tags/4.4.1/controllors/xml (added)
-
tags/4.4.1/controllors/xml/email_temp.html (added)
-
tags/4.4.1/controllors/xml/index.php (added)
-
tags/4.4.1/controllors/xml/label.xml (added)
-
tags/4.4.1/controllors/xml/label_return.xml (added)
-
tags/4.4.1/controllors/xml/rate.xml (added)
-
tags/4.4.1/i18n (added)
-
tags/4.4.1/i18n/index.php (added)
-
tags/4.4.1/i18n/languages (added)
-
tags/4.4.1/i18n/languages/index.php (added)
-
tags/4.4.1/index.php (added)
-
tags/4.4.1/readme.txt (added)
-
trunk/a2zups_basic.php (modified) (1 diff)
-
trunk/controllors/hit_ups_auto_init.php (modified) (1 diff)
-
trunk/controllors/ups_rest_main.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
a2z-ups-shipping/trunk/a2zups_basic.php
r3366850 r3375247 5 5 * Plugin URI: https://a2zplugins.com/product/ups-express-shipping-with-label-printing/ 6 6 * Description: Realtime Shipping Rates, Shipping label, commercial invoice automation included. 7 * Version: 4.4. 07 * Version: 4.4.1 8 8 * Author: Shipi 9 9 * Author URI: https://myshipi.com/ -
a2z-ups-shipping/trunk/controllors/hit_ups_auto_init.php
r3361931 r3375247 67 67 return; 68 68 } 69 $general_settings['additional_handling'] = isset($pack_aft_hook['additional_handling']) ? $pack_aft_hook['additional_handling'] : 0; 69 70 70 71 -
a2z-ups-shipping/trunk/controllors/ups_rest_main.php
r3366850 r3375247 137 137 ]; 138 138 } 139 140 if (isset($general_settings['additional_handling']) && $general_settings['additional_handling'] == 1) { 141 $curr_pack_info['AdditionalHandlingIndicator'] = ""; 142 } 139 143 140 144 $curr_pack_info['PackagingType'] = ["Code" => "02"]; -
a2z-ups-shipping/trunk/readme.txt
r3366850 r3375247 6 6 Tested up to: 6.8 7 7 Requires PHP: 5.6 8 Stable tag: 4.4. 08 Stable tag: 4.4.1 9 9 License: GPLv3 or later License 10 10 URI: http://www.gnu.org/licenses/gpl-3.0.html … … 97 97 98 98 == Changelog == 99 = 4.4.1 = 100 > Additional handling charges hook is added. 99 101 100 102 = 4.4.0 =
Note: See TracChangeset
for help on using the changeset viewer.