WooCommerce Anti Fraud Version 5.7.5 Changelog
* Remove: PLUGINS-2430 – Remove malfunctioning notification recommending MaxMind and Trust Swiftly.
* Remove: PLUGINS-2430 – Remove malfunctioning notification recommending MaxMind and Trust Swiftly.
* Fix – Ensure that LinkedIn can use OpenID Connect
* Misc – New installations will use LinkedIn API v2 with OpenID Connect by default
* Feature – Add support for the WooCommerce Checkout Block
* Fix – Ensure that eCheck orders can be placed also if the merchant name (website name) contains spaces
* Fix – Throw an exception instead of triggering a PHP error when a payment token is not found for an order that contains a payment token ID
* Dev – Revised coherency tests in the query control on incoming request values to prevent odd values from causing errors.
* Dev – Made our query control less restrictive for backend taxonomy term requests like wp-admin/edit.php?pa_example=foo&post_type=product where we would previously filter out variable products with no variations related to a requested term.
* Dev – Revised query control to pagination conditions.
* Fix: Incorrect switch calculation when upgrading a synchronised product before the first renewal is due where the initial payment was prorated.
* Fix: When updating a subscription via the REST API, don’t update the start date to the current time if the start date is not set in the request.
* Fix: When using the checkout block to pay for renewal orders, ensure the order’s cart hash is updated to make sure the existing order can be used.
* Fix: Prevents a PHP fatal error that occurs when the cart contains a renewal order item that no longer exists.
* Fix: When HPOS is enabled and data compatibility mode is turned on, make sure subscription date changes made to postmeta are synced to orders_meta table.
* Fix: Resolved an issue that would cause undefined $current_page, $max_num_pages, and $paginate variable errors when viewing a page with the subscriptions-shortcode.
* Dev: Update subscriptions-core to 6.6.0.
* UPDATE: Copyrigth date.
* UPDATE: Added more logs.
* UPDATE: Temporal disabled Banner Live.
* FIX: Some notices.
* FIX: Undefined variable $all_redsys_data
* New – Introduced the ‘woocommerce_addons_cloned_product_with_filtered_price’ to allow plugins to not discount add-on prices.
* Fix – Resolved a styling issue with quantity-based add-on prices on the single product page.
* Tweak – Validates the Store Credit product on the client side before adding it to the cart.
* Tweak – Improved description of the custom amount field on the Store Credit product page.
* Tweak – Updated the plugin URLs to the new woo.com domain.
* Tweak – Added a link to get support in the plugin list.
* Tweak – Updated plugin author.
* Tweak – Tested compatibility up to WC 8.4.
* Tweak – Tested compatibility up to WP 6.4.
* Fix – Filter the customer coupons by the exact email instead of a ‘lIKE’ SQL query on the My Account page.
* Dev – Use new Woo.com domain.
* Update – WooCommerce 8.4 compatible.
* Fix – Fixes customer not removed from groups when order status is changed to “On hold”, as outdated action was used.
* Dev – Added handling of the “Draft” (checkout-draft) order status to remove customer from groups.