Changeset 3358087
- Timestamp:
- 09/08/2025 05:40:29 PM (4 months ago)
- Location:
- a2z-dhl-express-shipping/trunk
- Files:
-
- 2 edited
-
a2zdhlexpress_basic.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
a2z-dhl-express-shipping/trunk/a2zdhlexpress_basic.php
r3346593 r3358087 4 4 * Plugin URI: https://myshipi.com/ 5 5 * Description: Realtime Shipping Rates, Shipping label, Pickup, commercial invoice automation included. 6 * Version: 5.5. 66 * Version: 5.5.7 7 7 * Author: Shipi 8 8 * Author URI: https://myshipi.com/ … … 2829 2829 "sd" => ($general_settings['a2z_dhlexpress_sat'] == 'yes') ? "Y" : "N", 2830 2830 "cod" => ($general_settings['a2z_dhlexpress_cod'] == 'yes') ? "Y" : "N", 2831 "service_code" => $service_code,2831 "service_code" => apply_filters("shipi_service_code", $service_code, $order_shipping_country), 2832 2832 "danger_goods_item" => isset($general_settings['a2z_dhlexpress_dgs']) ? $general_settings['a2z_dhlexpress_dgs'] : 'no', 2833 2833 "shipment_content" => apply_filters("hitshipo_dhl_cus_ship_desc", $ship_content, $order_id, $key), -
a2z-dhl-express-shipping/trunk/readme.txt
r3346593 r3358087 5 5 Tested up to: 6.8 6 6 Requires PHP: 5.6 7 Stable tag: 5.5. 67 Stable tag: 5.5.7 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 92 92 93 93 == Changelog == 94 = 5.5.7 = 95 * New filter added for customer request 94 96 95 97 = 5.5.6 = 96 98 * Latest version update 97 98 99 =5.5.5 99 100 > JS confiluct fixed
Note: See TracChangeset
for help on using the changeset viewer.