• We are pleased to announce the release of WooCommerce 5.9. This is a minor release and everything should be backwards compatible with the previous version.

    This release contains:

    As always, we recommend creating a backup of your site and making sure that your theme and any other plugins are compatible before updating. You can check out this update guide for more information.

    What’s new in 5.9?

    • WooCommerce Blocks 6.1: Blocks package have been updated to 6.1. Please take a look at the release posts for 6.0.16.0.2 and 6.1.0 to see what’s new and improved.
    • WooCommerce Admin 2.8.0: WooCommerce Admin package has also been updated to 2.8.0 with this release of WooCommerce. See the changelog for details on what’s new in this version (and also on previous versions 2.7.1 and 2.7.2)
    • Marketplace page redesign: The WooCommerce marketplace page shows a refreshed look, and app cards shows additional bits of information like icons, ratings and reviews. See #30900 and #30840.
    • Variable product price caching fix: There was a caching issue that caused incorrect variable product prices to be displayed when VAT exemption was involved. #30889
    • Empty billing email via REST API: It is now possible to specify an empty billing email to remove it from an order via REST API. #30850
    • Unpaid order cancellation scheduling fix: When the scheduled action to cancel an unpaid order failed it wasn’t re-scheduled for retry. #30830
    • Tax location when adding products via admin fix: When a product was added to an order via admin, and the woocommerce_adjust_non_base_location_prices filter was set to return false (to calculate taxes based on the customer locattion, not thee shop location), the location for the taxes was being taken from the admin user, not from the user who performed the order. #30692
    • We have reverted a change that prepended the currency-info.php file name with a path in locale-info.php, that extra path wasn’t really needed and was causing issues in 3rd party applications. #31036
    • We have improved the handling of downloadable files hosted on the server to better enforce file type check.

    These are just some of the changes that are included in WooCommerce 5.9. You can find the complete changelog for this release in the changelog.txt file.

    Actions and Filters

    There are no new actions or filters in this release.

    Database changes

    There are no database changes in this release.

    Template changes

    There are no template changes in this release.

    Much 💜 to all the contributors

    Finally a big thanks to everyone in the community who has contributed via issue reports, fixes, translation, testing, supporting other users, or simply spreading the word.

    WooCommerce Core

    Konamiman Melebius NekoJonez andfinally barryhughes claudiosanches
    Konamiman Melebius NekoJonez andfinally barryhughes claudiosanches
    danielbitzer jonathansadowski joshuatf moon0326 nerrad opr
    danielbitzer jonathansadowski joshuatf moon0326 nerrad opr
    rodelgc roykho rrennick vedanshujain zhongruige
    rodelgc roykho rrennick vedanshujain zhongruige

    WooCommerce Admin

    LevinMedia NekoJonez adrianduffell andfinally aprea frosso
    LevinMedia NekoJonez adrianduffell andfinally aprea frosso
    haszari hsingyuc htdat ilyasfoo jeffstieler joelclimbsthings
    haszari hsingyuc htdat ilyasfoo jeffstieler joelclimbsthings
    joshuatf louwie17 madeincosmos mattsherman moon0326 octaedro
    joshuatf louwie17 madeincosmos mattsherman moon0326 octaedro

    WooCommerce Blocks

    Aljullu diazoxide frontdevde grogou mikejolley nerrad
    Aljullu diazoxide frontdevde grogou mikejolley nerrad
    nielslange opr ralucaStan senadir tjcafferkey
    nielslange opr ralucaStan senadir tjcafferkey

    Action Scheduler

    jonathansadowski barryhughes claudiosanches danielbitzer vedanshujain
    jonathansadowski barryhughes claudiosanches danielbitzer vedanshujain


  • We are proud to announce a new version of the Facebook For WooCommerce plugin.

    This release includes the long-awaited fix for the feed file generator. Currently available as an opt-in experimental feature from the Settings Debug section:

    The new memory improved feed generator option.

    After an initial testing period over a course of release or two, the new feed file generator will be enabled for everyone and the option will be removed.

    In the new process, the products catalog is processed in batches and the whole process is orchestrated by the Action Scheduler framework. This allowed avoiding out-of-memory issues that were happening for large catalogs and also improved the admin panel performance during the generation process.

    Another big improvement is the addition of internal product validation before attempting to synchronize the product to the Facebook catalog. If the code detects any issues it displays the information in the Facebook metabox in the product edit screen. For example:

    This image has an empty alt attribute; its file name is image-4.png

    Other shipped updates:

    • Improved compatibility with the Gutenberg Checkout Block
    • Improved ( more concise ) logs format
    • Default variation selection algorithm only selects published variations
    • New tracked variables: new feed enabled and feed generation time
    • Couple of small code refactors and cleanups preparing ground for future updates

    Please visit the plugin documentation page to read more about the new feed generator and meta box sync functionality.

    The plugin can be downloaded from woo.com and from wordpress.org.

    #facebook-for-woocommerce


  • We have released a second release candidate for WooCommerce 5.9 and are still on track for our planned release November 9th.

    Note that this is a minor release focusing on bug fixes and performance improvements. See more details of our versioning changes in Developer Advisory: Changes to WooCommerce Versioning Scheme.

    Changes

    • We have fixed a bug in the handling of remote file names for downloadable files.
    • We have reverted a change that prepended the currency-info.php file name with a path in locale-info.php, that extra path wasn’t really needed and was causing issues in 3rd party applications. #31036

    Testing

    If you’d like to dive in and help test this new release, our handy WooCommerce Beta Tester plugin allows you to switch between beta versions and release candidates. You can also download the release from wordpress.org.

    A set of testing instructions has been published on our Wiki page in GitHub. We’ve also posted a helpful writeup on beta testing to help get you started.

    If you discover any bugs during the testing process, please let us know by logging a report in GitHub.

    Thanks to all of our testers and contributors!


  • Hi all!

    We’re happy to announce a new version of the Action Scheduler library is out now! It brings you more stability, configuration options, and performance improvements.

    Changes

    UI

    You can now change how many actions to display per page in WordPress Admin Tools > Scheduled Actions. (#771)

    https://user-images.githubusercontent.com/537751/135826312-6f6eebc1-f5ac-40bf-bc2b-0e61043bb150.gif

    Performance

    To improve performance, you can now filter the ORDER BY portion of the SQL query that claims actions. In case you can be sure you don’t really care about strict ordering of planned overdue actions, you can e.g. remove ordering by scheduled_time_gmt, which considerably improves the speed of execution of the query and reduces the probability of deadlocks (#773).

    In addition, after extensive testing, we’ve decided to drop claim_id index, as it was causing slowdowns and was superfluous since we recently added a composite index that covers claim_id column (#774).

    API

    When the execution limit is set to 0 (i.e. no limit), then calling ActionScheduler_Compatibility::raise_time_limit( $new_limit ) for $new_limit > 0 won’t set the limit, as it would be imposing a new limit rather than raising it. (#755)

    Initialization

    There are several problems that might arise during version reconciliation when multiple plugins use Action Scheduler. By applying #731, we’re solving one class of those problems by not triggering autoload of AS classes when testing for the existence of the ActionScheduler and ActionScheduler_Versions classes.

    Code gardening

    PHP CS fixes and improvements:

    Contributors ❤️

    Thanks to all the contributors who improved Action Scheduler, tested the PRs and provided their input!

    Please test the new version on your staging environment before going into production and let us know on GitHub if you find any problems.


  • A new version of WooCommerce Blocks has been released!

    Version 6.2.0 is now available for download from GitHub and WordPress.org.

    The highlight of this release is the updated Cart Block! In addition, the release includes two enhancements as well as several bug fixes.

    The new Cart block

    The new iteration takes the existing design of the Cart Block and converts it to use Inner Blocks. For the user, this means that they are no longer constrained by a fixed layout but are instead given a cart constructed out of many smaller blocks, with more control over each individual block.

    As an example, look at the Order Summary section in the current Cart Block. All options are shown at the Cart Block level, including options related to the order summary:

    Now, the Order Summary has become its own block, with its own settings:

    The List view provides a good picture of the block’s new structure:

    This more flexible approach for example allows for some blocks like the Accepted Payment Methods to be repositioned. Additionally, it means the user can insert other blocks to the Cart without code:

    Changelog

    Enhancements

    • Cart v2: The cart block, like checkout block, now supports inner blocks that allow for greater customizability. (4973)
    • BlockTemplateController: Adds the ability to load and manage block template files. (4981)
    • Improve accessibility for the editor view of the Product search block. (4905)

    Bug Fixes

    • Fix custom classname support for inner checkout blocks. (4978)
    • Fix a bug in free orders and trial subscription products. (4955)
    • Remove duplicate attributes in saved block HTML. (4941)
    • Fix render error of Filter by Attribute block when no attribute is selected. (4847)
    • Store API – Ensure returned customer address state is valid. (4844)

  • We’re excited to announce that the first release candidate of WooCommerce 5.9 is now available. We are on track for our planned November 9th release date.

    Changes

    Since the beta release, the following changes have been made:

    • WooCommerce Admin is now 2.8.0 RC 3. See the changelog to know what’s new in 2.8.0, or this commit for the changes from RC 2 to RC 3.
    • We fixed a small issue in the fix for the tax location adjustment when adding line items to an order via admin that was included in the beta. #31015
    • We have renamed a transient used when showing featured content in the marketplace page, since the old name was already in use. #31002
    • New visual style for promoted cards in the marketplace page. #30861
    • #30862 (update Storefront banner width and track links in the marketplace page) was supposed to be included in the beta, and was even listed in the changelog, but by mistake it wasn’t; it’s included in the RC.

    Testing

    If you’d like to dive in and help test this new release, our handy WooCommerce Beta Tester plugin allows you to switch between beta versions and release candidates. You can also download the release from wordpress.org.

    A set of testing instructions has been published on our Wiki page in GitHub. We’ve also posted a helpful writeup on beta testing to help get you started.

    If you discover any bugs during the testing process, please let us know by logging a report in GitHub.


  • The first beta for WooCommerce 5.9.0 is now available as part of the November release cycle. You can download directly from WordPress.org or through our WooCommerce Beta Tester Plugin.

    Highlights

    • WooCommerce Blocks 6.1: Blocks package have been updated to 6.1. Please take a look at the release posts for 6.0.16.0.2 and 6.1.0 to see what’s new and improved.
    • WooCommerce Admin 2.8.0 RC 2: WooCommerce Admin package has also been updated to 2.8.0 RC 2 with this release of WooCommerce. See the changelog for details on what’s new in this version (and also on previous versions 2.7.1 and 2.7.2)
    • Marketplace page redesign: The WooCommerce marketplace page shows a refreshed look, and app cards shows additional bits of information like icons, ratings and reviews. See #30900 and #30840.
    • Variable product price caching fix: There was a caching issue that caused incorrect variable product prices to be displayed when VAT exemption was involved. #30889
    • Empty billing email via REST API: It is now possible to specify an empty billing email to remove it from an order via REST API. #30850
    • Unpaid order cancellation scheduling fix: When the scheduled action to cancel an unpaid order failed it wasn’t re-scheduled for retry. #30830
    • Tax location when adding products via admin fix: When a product was added to an order via admin, and the woocommerce_adjust_non_base_location_prices filter was set to return false (to calculate taxes based on the customer locattion, not thee shop location), the location for the taxes was being taken from the admin user, not from the user who performed the order. #30692

    Filters and Actions

    No new filters or actions have been added or modified in this release.

    Database Changes

    There are no database changes in this release.

    Template Changes

    There are no template changes in this release.

    Release Schedule

    VersionRelease
    BetaOctober 19, 2021
    Release CandidateOctober 26, 2021
    Final ReleaseNovember 9, 2021

    Testing

    If you’d like to dive in and help test this new release, our handy WooCommerce Beta Tester plugin allows you to switch between beta versions and release candidates. You can also download the release from wordpress.org.

    A set of testing instructions has been published on our Wiki page in GitHub. We’ve also posted a helpful writeup on beta testing to help get you started.

    If you discover any bugs during the testing process, please let us know by logging a report in GitHub.


  • We are pleased to announce the release of WooCommerce 5.8. This is a minor release and everything should be backwards compatible with the previous version.

    This release contains:

    As always, we recommend creating a backup of your site and making sure that your theme and any other plugins are compatible before updating. You can check out this update guide for more information.

    What’s new in 5.8?

    • The REST API now supports modified_before and modified_after fields for product, order and coupon endpoints (#29461).
    • A set of usability problems with dropdown fields have been resolved (#28966 and #30607).
    • A bug that was impacting the featured status of products during quick-editing has been resolved. (#30471).
    • Small fixes for the in-app marketplace (#30624 and #30625).
    • Improvements made to our messaging when removing line items from within the order editor (#30650).

    These are just some of the changes that are included in WooCommerce 5.8. You can find the complete changelog for this release in the changelog.txt file.

    Compatibility Changes

    While we try to deliver releases that are free from breaking changes, it is worth highlighting a potential breaking change within the WooCommerce Admin package, stemming from the removal of a number of settings from the wc_admin namespace within the wc/data store. This may impact some third party code that aims to integrate with WooCommerce Admin.

    Actions and Filters

    Two new filters have been added:

    FilterDescription
    woocommerce_quantity_input_min_adminAllows the minimum value for the product quantity selector (within the order editor) to be changed.
    woocommerce_quantity_input_step_adminAllows the step value for the product quantity selctor (within the order editor) to be changed.

    One filter has been changed:

    FilterDescription
    woocommerce_order_actionsOrder object is now available to callbacks via a second parameter.

    Database changes

    There are no database changes in this release.

    Template changes

    There are no template changes in this release.

    Much 💜 to all the contributors

    Finally a big thanks to everyone in the community who has contributed via issue reports, fixes, translation, testing, supporting other users, or simply spreading the word.

    WooCommerce Core

    Konamiman Melebius NekoJonez andfinally barryhughes claudiosanches
    Konamiman Melebius NekoJonez andfinally barryhughes claudiosanches
    danielbitzer jonathansadowski joshuatf moon0326 nerrad opr
    danielbitzer jonathansadowski joshuatf moon0326 nerrad opr
    rodelgc roykho rrennick vedanshujain zhongruige
    rodelgc roykho rrennick vedanshujain zhongruige

    WooCommerce Admin

    LevinMedia NekoJonez adrianduffell andfinally aprea frosso
    LevinMedia NekoJonez adrianduffell andfinally aprea frosso
    haszari hsingyuc htdat ilyasfoo jeffstieler joelclimbsthings
    haszari hsingyuc htdat ilyasfoo jeffstieler joelclimbsthings
    joshuatf louwie17 madeincosmos mattsherman moon0326 octaedro
    joshuatf louwie17 madeincosmos mattsherman moon0326 octaedro

    WooCommerce Blocks

    Aljullu diazoxide frontdevde grogou mikejolley nerrad
    Aljullu diazoxide frontdevde grogou mikejolley nerrad
    nielslange opr ralucaStan senadir tjcafferkey
    nielslange opr ralucaStan senadir tjcafferkey

    Action Scheduler

    jonathansadowski barryhughes claudiosanches danielbitzer vedanshujain
    jonathansadowski barryhughes claudiosanches danielbitzer vedanshujain


  • Today we released a new version of WooCommerce Blocks!

    Version 6.1.0 is now available on WordPress.org and GitHub.

    In this release we made several bug fixes, such as ensuring the Filter button lines up properly with the dropdown menu in the Filter Products by Attribute block, and fixing the Product Categories List block where incorrect indentation would be used when displaying several levels of nested categories.

    Correctly nested categories in the Product Categories List block

    We also fixed an issue where translations would not load correctly in the All Products block.

    As well as these bug fixes, we made an accessibility improvement where we ensured screen readers would read the correct values on the Filter Products by Price slider.

    Changelog

    Bug Fixes

    • Fix the dropdown list in Product Category List Block for nested categories (4920)
    • Fixed string translations within the All Products Block. (4897)
    • Filter By Price: Update aria values to be more representative of the actual values presented. (4839)
    • Fixed: Filter button from Filter Products by Attribute block is not aligned with the input field. (4814)
    • Remove IntersectionObserver shim in favor of dropping IE11 support. (4808)

  • A new version of WooCommerce Blocks has been released! Version 6.0.2 is now available for download from GitHub and WordPress.org.

    This is a patch release to fix a fatal error in websites that were running WooCommerce 5.6 or earlier, WooCommerce Blocks 6.0.0/6.0.1, and a third-party plugin that integrates with WooCommerce Blocks.

    WooCommerce Blocks 6.0.2 fixes that issue, and reduces the required WC version to 5.6.

    This means, if you’re running WooCommerce Core 5.6.0, 5.6.1, 5.7.0, 5.7.1. WooCommerce Blocks would work fine. If you’re running WooCommerce Core 5.5 or earlier, WooCommerce Blocks will not load, but it will also not break your website.

    Changelog

    Bug fixes

    • Fix fatal error when loading WooCommerce Blocks and one of its integration on an earlier version of WooCommerce Core.