WooCommerce Checkout Field Editor Version 1.7.8 Changelog
* Fix – Additional bugfixes.
* Fix – Several security-related fixes.
* Fix – Additional bugfixes.
* Fix – Several security-related fixes.
* Opayo Direct – Revert removing default IP address option.
* Opayo Direct – Revert card holder name for 3D Secure 2 testing
* WC7.3
* NEW: Added QR Codes (starting with Products).
* NEW: New option/check for preautorize all Orders in Redsys redirection.
* NEW: Added “redsys_kses_descripcion” for modify allowed HTML in Redsys redirection checkout description.
* DELETE: Specific Gateway for Preauthorizations, now use Redsys redirection (by Jose Conti).
* UPDATE: Improved Subscriptions in Card.
* UPDATE: Now Description allow HTML.
* FIX: Fixed an error when the customer pay with the WooCommerce Pay Link.
* FIX: Fixed text “Add a credit card for Pay with 1click” in “Add payment method” Screen.
* FIX: Fixed error in Bizum saving a meta value.
* Compat – Quickfilter Compatibility for Subscriptions with HPOS.
* Dev – Reuse HPOS Toggle trait from WooCommerce core to prevent temporary tables from being created during unit tests.
* Dev – Unit testing for delete order hooks with HPOS.
* Dev – Unit testing for order and subscription status changes.
* Fix – Escape Term Slug inside admin_url function in the users tags column.
* Fix – Use get_edit_order_url for admin Subscription links.
* IMPORTANT: PHP 7.2 is required.
* Update: Tested up to WooCommerce 7.3.0.
* New: Separate out “X in stock” remaining text and display in child item details, updated single-product/mnm/mnm-product-quantity.php template.
* Fix: Correctly parse hierarchical child category IDs. Closes #470.
* Fix: Add static className to item data for better blocks compat. Closes #468.
* Fix: Missing export data for layout override and weight calculation.
* Fix: Flatsome compatibility for equal-height product images.
* Fix: Disable per-product overrides when viewing customizer.
* Fix: Default value of customizer settings for show thumbnails/short-description.
* Fix: Fixed a fatal error that was triggered when using PHP v8 and using Cart/Checkout Blocks.
* Fix: Rename tabular layout ‘product-name’ header cell to ‘product-details’.
* Tweak: Audit CSS styles to remove as much explicit padding/margin as possible.
* Tweak: Add a close icon to font family for use by mini-extensions.
* Tweak: Add woocommerce_product_loop_title_classes filter for parity with core.
* Tweak: Adjust front-end styles for mobile first.
* Tweak: Center align quantity inputs in Storefront theme.
* Tweak: container.child_items in script is now an ARRAY. Please check if doing very advanced custom Javascript modifications.
* Dev: Rename WC_MNM_Container.validation_context property to validation_mode.
* Dev: Re-key wc_mnm_child_item_data_attributes to not use ‘data-‘ prefix. It will be auto-added.
* Dev: Introduce wc_mnm_center_align_quantity filter.
* Add – Add support for trash, untrash and delete scheduled payments of HPOS orders.
* Tweak – Display payment plans in order of selection.
* Tweak – Improved the widget CSS styles when using the ‘Buttons’ option.
* Tweak – Use the WC locale info to assign the currency to a geolocated country.
* Tweak – Tested compatibility with WC 7.3.
* Fix – Fixed duplicated currency when using the asterisk (*) in the default currency.
* Dev – Refactored widget class by extending the class `WC_Widget`.
* Dev – Deprecated class `WooCommerce_Widget_Currency_Converter`.
* Add – New option for sorting the returned rates by price.
* Fix – Add addressline1 and city to the XML request in order to get more accurate rate.
* Tweak – PHP 8 compatibility.
* Update: Tested up to WooCommerce 7.3.
* New: Add inputmode=”numeric” attribute to price input. Brings up number keyboard on mobiles.
* Fix: Compatibility for NYP Variations as part of Product Bundle. #223.