Changeset 3156919
- Timestamp:
- 09/24/2024 12:28:09 PM (16 months ago)
- Location:
- billingo/trunk
- Files:
-
- 4 edited
-
changelog.md (modified) (1 diff)
-
includes/class-billingo.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
billingo/trunk/changelog.md
r3135655 r3156919 1 1 # Changelog 2 -**3.6.4** - 2024-09-24 3 - Added data erease code fix. glodal attribute 4 2 5 -**3.6.3** - 2024-08-12 3 6 - Added data erease code fix. -
billingo/trunk/includes/class-billingo.php
r3134974 r3156919 827 827 } 828 828 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()); 830 831 $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; 834 834 } 835 835 -
billingo/trunk/index.php
r3135659 r3156919 2 2 /** 3 3 * Plugin Name: Billingo & WooCommerce Official Plugin 4 * Version: 3.6. 34 * Version: 3.6.4 5 5 * Requires at least: 5.3 6 6 * Requires PHP: 5.6 -
billingo/trunk/readme.txt
r3135655 r3156919 2 2 Tags: billingo.hu, billingo, woocommerce, szamlazas, magyar 3 3 Requires at least: 5.3 4 Tested up to: 6. 4.15 Stable tag: 3.6. 34 Tested up to: 6.6.2 5 Stable tag: 3.6.4 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.