Plugin Directory

Changeset 3156919


Ignore:
Timestamp:
09/24/2024 12:28:09 PM (16 months ago)
Author:
billingo
Message:

3.6.4

Location:
billingo/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • billingo/trunk/changelog.md

    r3135655 r3156919  
    11# Changelog
     2-**3.6.4** - 2024-09-24
     3- Added data erease code fix. glodal attribute
     4
    25-**3.6.3** - 2024-08-12
    36- Added data erease code fix.
  • billingo/trunk/includes/class-billingo.php

    r3134974 r3156919  
    827827            }
    828828
    829             $erase_code = get_option('wc_billingo_is_generate_erase_code', false);
     829            $erase_code = 'pa_' . get_option('wc_billingo_is_generate_erase_code', false);
     830            $product = wc_get_product($item->get_product_id());
    830831            $erase_code_value = false;
    831 
    832             if ($erase_code && $order->get_meta($erase_code, true)) {
    833                 $erase_code_value = $order->get_meta($erase_code, true);
     832            if ($product->get_attribute($erase_code)) {
     833                $erase_code_value = true;
    834834            }
    835835
  • billingo/trunk/index.php

    r3135659 r3156919  
    22/**
    33 * Plugin Name: Billingo & WooCommerce Official Plugin
    4  * Version: 3.6.3
     4 * Version: 3.6.4
    55 * Requires at least: 5.3
    66 * Requires PHP: 5.6
  • billingo/trunk/readme.txt

    r3135655 r3156919  
    22Tags: billingo.hu, billingo, woocommerce, szamlazas, magyar
    33Requires at least: 5.3
    4 Tested up to: 6.4.1
    5 Stable tag: 3.6.3
     4Tested up to: 6.6.2
     5Stable tag: 3.6.4
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.