WooCommerce 5.6.0 was released on August 17, and is another minor release.
WooCommerce
- Enhancement – Product attributes lookup table synchronization when the table exists. #30041
- Enhancement – Add Refund and Returns Policy sample page. #30194
- Enhancement – Added support for Shipping Phone, in addition to Billing Phone in email templates and in the Order’s edit screen. #30097
- Tweak – Copy changes on WCS extension banner to include DHL Express. #30081
- Tweak – Remove Canada Post from WCS extensions banner. #30082
- Tweak – For 2021 theme, use theme font, and allow font-family customization. #30111
- Tweak – Allow the
api_restock
parameter to be specified via the refunds API, so that it’s possible to refund without restocking refunded items. . #30179 - Tweak – Add option for checkout login reminder to the tracker. #30334
- Fix – Bulk export fix to overcome memory limitations. #29749
- Fix – Bulk export fix to overcome
file_put_contents
missing LOCK in distributed filesystems. #29749 - Fix – Restored behavior that allows downloadable product to have permissions set in any order. #29901
- Fix – Script error in enhanced select re-ordering that prevented saving new order. #30108
- Fix – PHP 8 error when cropping image values are not numeric. #30165
- Fix – “Search product” block not displaying textbox in shop page. #30287
- Fix – Replace hardcoded frontend JS script versions with WC version to bust cached/staled JS scripts. #30301
- Fix – Variable product showing HTML content while granting access for downloadable product in orders. #30305
- Fix – Replaced wp.passwordStrength deprecated method. #30191
- Fix –
woocommerce_email_settings
filter being triggered twice. #30404 - Dev – Apply
woocommerce_logout_default_redirect_url
filter to logout for custom endpoint. #29967 - Dev – Added new
woocommerce_email_sent
hook. #30123
WooCommerce Admin – 2.5.0 & 2.5.1
- Add – Add a delete option to completed tasks #7300
- Add – Add unit tests around extended payment gateway controller #7133
- Add – Add payment gateway suggestion unit tests #7142
- Add – Add TableSummaryPlaceholder to support skeleton loading #7294
- Add – Feature toggle to disable Analytics UI #7168
- Add – Hook reference slotFill support #6833
- Add – Adding tests for PaymentGatewaySuggestions > List component #7201
- Add – Remote Inbox feature setting toggle #7298
- Dev – Add
woocommerce_admin_export_id
filter for customizing the export file name #7178 - Dev – Allow packages to be build independently, fix commonjs module builds. #7286
- Dev – Point the changelog linter to updated changelog entry location #7318
- Dev – Remove old payment gateway task components #7224
- Fix – Attribute filter bug with “any X” variations. #7046
- Fix – Currency display on Orders activity card on homescreen #7181
- Fix – Fix obsolete key property in gateway defaults #7229
- Fix – Fixing button state logic for remote payment gateways #7200
- Fix – Recommended gateway suggestions not displayed properly #7231
- Fix – Include onboarding settings on the analytic pages #7109
- Fix – Load Analytics API only when feature is turned on #7193
- Fix – Localize string for description #7219
- Fix – Filters. On update respect all other queries, not just persistedQueries #7155
- Fix – Use saved form values if available when switching tabs #7226
- Fix – Skip schedule customer data deletion on site deletion #7214
- Fix – WCPay not working in local payments task #7151
- Fix – Report export filtering bug. #7165
- Fix – Add padding on table header button #7213
- Fix – Use tab char for the CSV injection prevention. #7154
- Fix – Add height auto on autocomplete popover button #7225
- Fix – Make WooCommerce-admin full-screen minimum height 100vh important #7230
- Fix – Cache product/variation revenue query results. #7067
- Fix – Transient overlapping adjacent content. #7302
- Fix – Unused feature preloaded options #7299
- Fix – Fix missing translation strings for CES #7270
- Fix – Add missing translation strings in the business features section #7268
- Fix – Fix inbox note dismiss dropdown not closing on Safari #7278
- Fix – Fixed OBW Business details style #7353
- Fix – Fix links on the dismiss dropdown are not clickable #7342
- Fix – Fix undefined method error when setting up WC Tax #7344
- Fix – Invalidate task status when enabling a payment gateway #7330
- Fix – Redirect to homescreen after payment gateway setup #7332
- Fix – Create workable defaults for Reports that don’t have AdvancedFilters #7186
- Fix – Set default value for performanceIndicators variable #7343
- Fix – Add limit clause to coupons data store query #7399
- Fix – Fix analytics filter Gutenberg CSS conflict #7410
- Fix – Fix Gutenberg CardBody styles for task card #7411
- Fix – Fix orders panel not displaying any orders when analytics is disabled #7395
- Fix – Fix recommended card Gutenberg CSS conflict #7409
- Fix – Update tooltip styling to fix new Gutenberg updates. #7414
- Fix – Allow super admins all capabilities within WooCommerce Admin
- Fix – Fix analytics overview re-arrangement on initial load. #7475
- Fix – Fixes action button mis-alignment within card footer. #7412
- Fix – Fix up onboarding profiler not working when opted out of tracking
- Fix – Fix blank screen by setting a default value #7506
- Tweak – Remove performance indicators when Analytics Flag disabled #7234
- Tweak – Change event name when installing Google Listings and Ads. #7276
- Tweak – Removed unused feature flags #7233 and #7273
- Tweak – Render a spinner while woocommerce_setup_jetpack_opted_in is being loaded #7269
- Tweak – Repurpose disable wc-admin filter to remove optional features #7232
- Update – Add additional countries to WCPay for business features and payment task fallback #7436
- Update – Notes to use a date range. #7222
- Update – Remove facebook extension from onboarding extensions fallback list #7287
- Performance – Add lazy loading by checking panel open status #7379
WooCommerce Blocks – 5.4.1 & 5.5.1
- Enhancement – Add screen reader text to price ranges. #4367
- Enhancement – Allow HTML in All Products Block Product Titles. #4363
- Enhancement – Made script and style handles consistent. #4324
- Enhancement – Show loading state in the express payments area whilst payment is processing or the page is redirecting. #4228
- Fix – Ensure product grids display as intended in the editor. #4424
- Fix – Wrap components in the Cart and Checkout sidebar in a TotalsWrapper. This will ensure consistent spacing and borders are applied to items in the sidebar. #4415
- Fix – Remove
couponName
filter and replace it withcoupons
filter. #4312 - Fix – Fix filtering by product type on Store API. #4422
- Fix – Fix a warning shown when fees are included in the order. #4360
- Fix – Prevent PHP notice for variable products without enabled variations. #4317
- Tweak – Add documentation for the IntegrationInterface which extension developers can use to register scripts, styles, and data with WooCommerce Blocks. #4394
- Tweak – Allow products to be added by SKU in the Hand-Picked Products block. #4366
- Tweak – Add Slot in the Discounts section of the Checkout sidebar to allow third party extensions to render their own components there. #4310