Plugin Directory

Changeset 3358555


Ignore:
Timestamp:
09/09/2025 11:53:04 AM (7 months ago)
Author:
aarsiv
Message:

filter added

Location:
a2z-dhl-express-shipping
Files:
1617 added
3 edited

Legend:

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

    r3358087 r3358555  
    44 * Plugin URI: https://myshipi.com/
    55 * Description: Realtime Shipping Rates, Shipping label, Pickup, commercial invoice automation included.
    6  * Version: 5.5.7
     6 * Version: 5.5.8
    77 * Author: Shipi
    88 * Author URI: https://myshipi.com/
  • a2z-dhl-express-shipping/trunk/controllors/a2z_dhlexpress_init.php

    r3215013 r3358555  
    10391039                if (!isset($product_data['weight']) || empty($product_data['weight'])) {
    10401040
    1041                     if ($get_prod->is_type('variable')) {
     1041                    if ($get_prod && $get_prod->is_type('variable')) {
    10421042                        $parent_prod_data = $product->get_parent_data();
    10431043
     
    11681168                $parent_prod_data = [];
    11691169
    1170                 if ($get_prod->is_type('variable')) {
     1170                if ($get_prod && $get_prod->is_type('variable')) {
    11711171                    $parent_prod_data = $product->get_parent_data();
    11721172                }
     
    12781278                $parent_prod_data = [];
    12791279
    1280                 if ($get_prod->is_type('variable')) {
     1280                if ($get_prod && $get_prod->is_type('variable')) {
    12811281                    $parent_prod_data = $product->get_parent_data();
    12821282                }
  • a2z-dhl-express-shipping/trunk/readme.txt

    r3358087 r3358555  
    55Tested up to: 6.8
    66Requires PHP: 5.6
    7 Stable tag: 5.5.7
     7Stable tag: 5.5.8
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9292
    9393== Changelog ==
     94= 5.5.8 =
     95* Latest Woocommerce compatibility
     96
    9497= 5.5.7 =
    9598* New filter added for customer request
    96 
    9799= 5.5.6 =
    98100* Latest version update
Note: See TracChangeset for help on using the changeset viewer.