Plugin Directory

Changeset 3310159


Ignore:
Timestamp:
06/12/2025 03:54:00 AM (7 months ago)
Author:
aarsiv
Message:

filter added

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

Legend:

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

    r3223352 r3310159  
    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.4
     7 * Version: 4.3.5
    88 * Author: Shipi
    99 * Author URI: https://myshipi.com/
  • a2z-ups-shipping/trunk/controllors/hit_ups_auto_init.php

    r3078880 r3310159  
    5656            }
    5757            $pack_aft_hook = apply_filters('hit_ups_auto_rate_packages', $package);
     58           
     59            if (empty($pack_aft_hook)) {
     60                return;
     61            }
    5862           
    5963            $general_settings = get_option('hit_ups_auto_main_settings');
  • a2z-ups-shipping/trunk/readme.txt

    r3223352 r3310159  
    66Tested up to: 6.7
    77Requires PHP: 5.6
    8 Stable tag: 4.3.4
     8Stable tag: 4.3.5
    99License: GPLv3 or later License
    1010URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9898== Changelog ==
    9999
     100= 4.3.5 =
     101    > Extra filter added for customer customization
     102
    100103= 4.3.4 =
    101104    > Paperless Trade Option enabled for old API.
Note: See TracChangeset for help on using the changeset viewer.