Plugin Directory

Changeset 3343275


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

New hook released

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

Legend:

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

    r3310159 r3343275  
    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.3.5
     7 * Version: 4.3.6
    88 * Author: Shipi
    99 * Author URI: https://myshipi.com/
     
    20452045                            "del_con" => isset($general_settings['hit_ups_auto_del_con']) ? $general_settings['hit_ups_auto_del_con'] : "NONE",
    20462046                            "label" => $key,
     2047                            "ref_no" => apply_filters('shipi_ref_no', '', $order_id)
    20472048
    20482049                        );
     
    23882389                                "add_shipping_invoice_flag" => ($general_settings['hit_ups_add_shipping_invoice'] == "yes") ? 'Y' : 'N',
    23892390                                "del_con" => isset($general_settings['hit_ups_auto_del_con']) ? $general_settings['hit_ups_auto_del_con'] : "NONE",
    2390                                 "label" => $create_shipment_for
     2391                                "label" => $create_shipment_for,
     2392                                "ref_no" => apply_filters('shipi_ref_no', '', $order_id)
    23912393                            );
    23922394                           
     
    28052807                                "add_shipping_invoice_flag" => ($general_settings['hit_ups_add_shipping_invoice'] == "yes") ? 'Y' : 'N',
    28062808                                "del_con" => isset($general_settings['hit_ups_auto_del_con']) ? $general_settings['hit_ups_auto_del_con'] : "NONE",
    2807                                 "label" => $create_shipment_for
     2809                                "label" => $create_shipment_for,
     2810                                "ref_no" => apply_filters('shipi_ref_no', '', $order_id)
    28082811                            );
    28092812
  • a2z-ups-shipping/trunk/readme.txt

    r3310159 r3343275  
    44Tags: UPS, UPS Shipping, UPS Shipping Method, UPS WooCommerce, UPS Plugin
    55Requires at least: 4.0.1
    6 Tested up to: 6.7
     6Tested up to: 6.8
    77Requires PHP: 5.6
    8 Stable tag: 4.3.5
     8Stable tag: 4.3.6
    99License: GPLv3 or later License
    1010URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9898== Changelog ==
    9999
     100= 4.3.6 =
     101    > Reference order number hook is added
     102
    100103= 4.3.5 =
    101104    > Extra filter added for customer customization
Note: See TracChangeset for help on using the changeset viewer.