WooCommerce USPS Shipping Version 4.4.45 Changelog
* Fix-Dimensions not passing correctly when using “Pack into boxes” method.
* Fix-Dimensions not passing correctly when using “Pack into boxes” method.
* Fix -Critical error when shipping is disabled.
* Fix-Custom placeholder not showing for billing address 2.
* Update-Convert select2 fields to use version loaded by WooCommerce.
* Tweak-Moved the subscription field after the terms and conditions in the checkout form.
* Tweak-Hidden the tag (optional) from the subscription field.
* Tweak-Use WooCommerce templates to output the content in the checkout and register forms.
* Tweak-Remove the service provider credentials when uninstalling the extension.
* Tweak-Tested compatibility with WC 4.3.
* Fix-Fixed compatibility with PayPal Express Checkout.
* Fix-My account upcoming bookings cancel button hidden when in mobile view.
* Tweak-Use JSON format for translations in JavaScript files.
* Sensei LMS: Version bump to 3.2.0 https://raw.githubusercontent.com/Automattic/sensei/version/3.2.0/changelog.txt
* New: Revise `get_gift_data()` to always include product object in ‘data’ key.
* New: Only attempt to add the free gift to the cart if it is purchasable.
* New: Even strict enforcement of quantity of gift in cart, which will help integration with mini-extensions.
* 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.