WooCommerce USPS Shipping Version 5.3.0 Changelog
* Fix – Updated REST API flat rate box validation to skip package count checks, in line with the Legacy API.
* Tweak – WordPress 6.9 and WooCommerce 10.4 Compatibility.
* Fix – Updated REST API flat rate box validation to skip package count checks, in line with the Legacy API.
* Tweak – WordPress 6.9 and WooCommerce 10.4 Compatibility.
* Fix – Security update.
* Fix – Security fixes on the caching.
* Tweak – Replace the deprecated `wc_enqueue_js()` function.
* Fix – Security update.
* Add: Support for ajax add-to-cart flows from the single product page, when upgrading or downgrading subscriptions.
* Add: Enhanced functionality from the WooCommerce Subscription Downloads plugin has now been integrated directly into WooCommerce Subscriptions.
* Fix: Ensured the subject line for the “Customer Renewal Invoice” email correctly updates.
* Fix – Security update.
* Tweak – Replaced wc_enqueue_js with wp_add_inline_script according to the recommended WordPress core script patterns.
* Fix – Fixed customer syncing between the order and the booking when HPOS is enabled.
* Fix – Fixed error that prevented the deletion of a booking if the linked product/resource didn’t exist.
* Fix – Fixed PHP deprecation notice related to the Bookings Payment Gateway registration.
* Fix – Fixed an issue that displayed expired booking notices multiple times.
* Fix – Fixed a conflict with the date picker styles of Product Add-Ons and Gift Cards.
* Fix – Clear out persistent admin notice about fetching Google calendars when errors are resolved.
* Fix – Fixed undefined property warning in booking notification emails.
* Dev – Introduced ‘woocommerce_bookings_use_extensive_time_slots_check’ filter. Set it to ‘false’ for faster availability calculations, unless you are using automatic resource assignment or monthly duration unit.
* Dev – The structure of the array returned via wc_bookings_product_get_available_blocks has changed. Expect an associative array with timestamp as the key and the number of booked slots as value.
* Dev – Improved doc blocks for key functions.
* Dev – Updated ‘bookings’ REST API endpoint to support searching and filtering by product, customer, resource, date and status.
* Dev – Introduced a ‘weekly-schedule’ v2 REST API endpoint to read/write weekly schedule rules.
* Dev – Introduced a ‘date-overrides’ v2 REST API endpoint to read/write date override rules.
* Dev – Exposed ‘wc_booking’ and ‘bookable_resource’ CPTs in the REST API.
* New: Shortcode ‘smart_coupon_countdown’ for displaying countdown timers about coupon expiry, also works with banners provided by the plugin
* New: Display Store Credit balance getting used from the total balance available, alongside coupon codes on Cart and Checkout page
* New: Display original price of the product as crossed along with discounted price of the product in the cart
* Fix: A product that issues store credit, is not getting added to cart when it is set as gift product under a coupon’s Actions tab
* Fix: Max discount not getting applied when coupons are applied to orders from the admin side
* Fix: Incorrectly setting the default quantity as 1 for the product that is not there in the cart
* Developer: Added ‘wc_sc_coupon_show_store_credit_balance’ filter to enable or disable Store Credit balance display
* Developer: Added ‘wc_sc_store_credit_balance_label’ filter to customize the Store Credit balance label
* Update: Translations
* Fix: closing soon emails trigger
* Fix: misc warnings and code cleanup
* Fix: replaced get_current_user with wp_get_current_user
* Add: updated translation file
* Fix: Fixed issues with the “Sort by” filters in the variation table.