WooCommerce Evalon Gateway Version 2.6.9 Changelog
* Fix-Force IPV4 for all API requests
* Fix-Force IPV4 for all API requests
* Feature-Added free Product Bundles mini-extension recommendations in the WooCommerce Inbox.
* Feature-Check if the server is able to perform loopback requests and display a warning if the test fails.
* Feature-Check if PHP is truncating form fields on edit-product pages when updating a Product Bundle and display a warning.
* Feature-Check if the pricing configuration of a Product Bundle is incomplete and display a warning in the edit-product page.
* Tweak-Remove ‘- optional’ suffix from optional bundled items. To bring it back: add_filter( ‘woocommerce_bundles_optional_bundled_item_add_suffix’, ‘__return_true’ );
* Tweak-The ‘stock_status’ of Bundles in the product lookup table now takes child availability into account: Bundles with an ‘Insufficient stock’ availability status now appear as ‘outofstock’ in the lookup table.
* Tweak-Added loopback test results in Status Report.
* Fix-Updated the datastore logic of Product Bundles to update the ‘tax_status’ and ‘tax_class’ product lookup table columns.
* Fix-‘Sold Individually > Yes’ not working as expected.
* Tweak-Added loopback test results in Status Report.
* Fix-Auto update price and stock from Woocommerce to Walmart
* Fix-Upload gallery images from Woocommerce to Walmart
* Update: WC and WP version compatibility tags.
* Fix: Fix issue with email fields which require email confirmation on subscription renewal.
* Fix: Short circuit get_item_data if subscription_initial_payment is present on the cart item because subscriptions stores the meta data and automatically adds it back in.
If we allow this to run, we end up with duplicate cart item meta data.
* Update: Make sure that the cb column exists before trying to unset it. Prevents warnings in the product category admin on some sites.
* Tweak-Do not send the vendor ID in tokenization requests
* Fix-Force TLS v1.2 for all API requests
* Fix: Delete accidental logging when container is not purchasable.
* Fix-Fix Payment.js payment for guest orders paid from the Pay for order page
* Fix-Strip double quotation marks from product names sent to CyberSource to avoid invalid data errors at checkout