Plugin Directory

Changeset 3358087


Ignore:
Timestamp:
09/08/2025 05:40:29 PM (4 months ago)
Author:
aarsiv
Message:

filter added

Location:
a2z-dhl-express-shipping/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • a2z-dhl-express-shipping/trunk/a2zdhlexpress_basic.php

    r3346593 r3358087  
    44 * Plugin URI: https://myshipi.com/
    55 * Description: Realtime Shipping Rates, Shipping label, Pickup, commercial invoice automation included.
    6  * Version: 5.5.6
     6 * Version: 5.5.7
    77 * Author: Shipi
    88 * Author URI: https://myshipi.com/
     
    28292829                            "sd" => ($general_settings['a2z_dhlexpress_sat'] == 'yes') ? "Y" : "N",
    28302830                            "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),
    28322832                            "danger_goods_item" => isset($general_settings['a2z_dhlexpress_dgs']) ? $general_settings['a2z_dhlexpress_dgs'] : 'no',
    28332833                            "shipment_content" => apply_filters("hitshipo_dhl_cus_ship_desc", $ship_content, $order_id, $key),
  • a2z-dhl-express-shipping/trunk/readme.txt

    r3346593 r3358087  
    55Tested up to: 6.8
    66Requires PHP: 5.6
    7 Stable tag: 5.5.6
     7Stable tag: 5.5.7
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9292
    9393== Changelog ==
     94= 5.5.7 =
     95* New filter added for customer request
    9496
    9597= 5.5.6 =
    9698* Latest version update
    97 
    9899=5.5.5
    99100    > JS confiluct fixed
Note: See TracChangeset for help on using the changeset viewer.