Plugin Directory

Changeset 3420755


Ignore:
Timestamp:
12/16/2025 08:41:04 AM (3 months ago)
Author:
aarsiv
Message:

Bug fix

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

Legend:

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

    r3416572 r3420755  
    44 * Plugin URI: https://myshipi.com/
    55 * Description: Realtime Shipping Rates, Shipping label, Pickup, commercial invoice automation included.
    6  * Version: 5.6.1
     6 * Version: 5.6.2
    77 * Author: Shipi
    88 * Author URI: https://myshipi.com/
     
    515515                                            }
    516516                                        }
    517 
     517                                        if ( $getproduct && is_object($getproduct) && method_exists($getproduct, 'is_virtual') && $getproduct->is_virtual() ) {
     518                                            continue;
     519                                        }
    518520                                        $skip = apply_filters("a2z_dhlexpress_skip_sku_from_label", false, $getproduct->get_sku());
    519521                                        if($skip){
     
    35303532                                }
    35313533                            }
    3532                            
     3534                            if ( $getproduct && is_object($getproduct) && method_exists($getproduct, 'is_virtual') && $getproduct->is_virtual() ) {
     3535                                continue;
     3536                            }
    35333537                            $skip = apply_filters("a2z_dhlexpress_skip_sku_from_label", false, $getproduct->get_sku());
    35343538                            if($skip){
     
    45334537                    }
    45344538                    if (empty($getproduct)) {
     4539                        continue;
     4540                    }
     4541                    if ( $getproduct && is_object($getproduct) && method_exists($getproduct, 'is_virtual') && $getproduct->is_virtual() ) {
    45354542                        continue;
    45364543                    }
  • a2z-dhl-express-shipping/trunk/readme.txt

    r3416572 r3420755  
    55Tested up to: 6.9
    66Requires PHP: 5.6
    7 Stable tag: 5.6.1
     7Stable tag: 5.6.2
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9292
    9393== Changelog ==
     94= 5.6.2 =
     95* Big fixes
    9496= 5.6.1 =
    9597* Bug fixes
Note: See TracChangeset for help on using the changeset viewer.