WooCommerce
- Add – Added a temporary filter to patch the WCA JS packages i18n json files (#32603)
- Add – Other payment methods link to the payment setting page when the store is located in WC Payments eligible country.
- Add – tracking for block themes.
- Add – a context param with a default value of global to
Admin\Notes\DataStore::get_notes()
,get_notes_count()
, andget_notes_where_clauses()
. (#32574) - Add – new sectioned task list component. (#32302)
- Add –
woocommerce_download_parse_remote_file_path
andwoocommerce_download_parse_file_path
filters to modify the parse_file_path method file_path return. (#32317) - Add – event tracking so we can track block themes vs non-block themes. (#32017)
- Add – Other payment methods link to the payment setting page when the store is located in WC Payments eligible country. (#32447)
- Add – a new
woocommerce_generate_{$type}_html
action hook to generate custom field types inWC_Settings_API
class objects. (#31238) - Add – Make the
$webhook
object available to consumers of thewoocommerce_webhook_options
action. (#31292) - Add – Pinterest extension to onboarding wizard and marketing task (#32527)
- Add –
order_item_display_meta
option to orders endpoint (REST API), to osupport filtering out variation meta. - Add – new hooks to
order-tracking.php
form. (#30320) - Fix – Ensure that an existing order with auto-draft status won’t be interpreted as pending when determining if the status has changed. (#32571)
- Fix – bug in which tasks reminder bar was displayed on product screens. (#32526)
- Fix – issue where some tasks where not being tracked as completed, when tracking is enabled. (#32493)
- Fix – WooCommerce Payments task not showing up in some supported countries. (#32496)
- Fix – Avoid unsupported operand type errors from within
WC_Admin_Post_Types::set_new_price()
. - Fix – Correct parameter type for the
ContainerException
class (Dependency Management). (#30764) - Fix – Prevent ‘Search’ field from overflowing container on the ‘Downloadable product permissions’ widget when in the sidebar. (#30856)
- Fix – String sorting when using different locales.
- Fix – WCPayments task is not visible after installing the plugin (#32506)
- Fix – Fixing bug on sectioned task list for tasks with actionUrl property. (#32723)
- Fix – Addressing issues with certain tasks in task list experiment leading to blank page. (#32742)
- Fix – event names for tracks in new Task List. (#32759)
- Fix – WCPay task add missing legal message within task. (#32762)
- Tweak – Make it possible for downloadable files to be in an enabled or disabled state.
- Tweak – UI changes for set up payments task
- Tweak – Update WCA deactivation hooks to work with WC deactvation.
- Tweak – Move feature flag config files to Woocommerce plugin to support unit test execution in the wp-env environment.
- Tweak – Update progress header bar styles in task list (#32498)
- Tweak – Update country strings, rename Swaziland to Eswatini (per CLDR R41 update). (#31185)
- Tweak – Updated Order save error messages to include the ID. (#32081)
- Dev – Pass
WC_ADMIN_PHASE=core
to build commands & remove “plugin” env - Dev – Remove custom user-agent from featured extensions requests.
- Dev – Updating deasync package to resolve install script issue with Linux
- Dev – Update payment gateway logic in payment task
- Dev – Update payment method link to the internal extension marketplace
- Dev – Merge WCA install routines to the core
- Dev – Remove
load_plugin_textdomain
method from admin plugin. - Dev – Simplify the WooCommerce Admin init routine. (#32489)
- Dev – Generic migration support for migration from posts + postsmeta table to any custom table. Additionaly, implement migrations to various COT tables using this generic support.
- Dev – Remove Pinterest extension from OBW (#32626)
- Dev – Revert back menu position to floats as string for WP compatibility.
- Dev – Enable the “Save changes” button within the variations panel when a textfield receives input. (#32589)
- Dev –
WC_Product_CSV_Importer_Controller::is_file_valid_csv
now just invokeswc_is_file_valid_csv
. (#32460) - Dev – Bump minimum required PHP version of WooCommerce to 7.2. (#32112)
- Dev – Replace http://bot.whatismyipaddress.com, no longer available, with tnedi.me, a mirror of ident.me documented at https://api.tnedi.me. (#31940)
- Dev – OAuth flows that use the wc-auth endpoint on sites that use SSO with a redirect for authentication. (#32335)
- Dev – Add
build-watch
command for the new WooCommerce Admin project. (#32347) - Dev – Remove – Admin notice warning about the upcoming minimum PHP version bump. (#32376)
- Dev – Stop the unsaved changes warning from appearing at inappropriate moments in the settings area. (#32424)
- Dev – ZeroClipboard library removed. (#31354)
- Dev – Ensure “doing it wrong” is triggered when internal meta keys are used directly. (#31168)
- Dev – Changes to reduce the risk of admin error messages being discarded prematurely. (#32540)
- Dev – Remove
woocommerce_payments_menu_promo_nz_ie
experiment request. (#32752)
WooCommerce Blocks 7.3.0 & 7.4.0 & 7.4.1 & 7.4.2 & 7.4.3
- Add – Product Ratings: Add Global Styles font size and spacing support. (5927)
- Add – Resource hinting for cart and checkout blocks to improve first time performance. (5553)
- Add – Mini Cart block to feature plugin (6127)
- Fix – page load problem due to incorrect URL to certain assets. (6260)
- Fix – Ensure errors during cart/checkout API requests are shown on the front-end. (6268)
- Fix – Customizer fatal error on PHP 8. (6317)
- Fix – Mini Cart block: Fix translations loading. (6158)
- Fix – Featured Product and Featured Category buttons misalignment in Twenty Twenty Two theme. (6156)
- Tweak – Filter Products by Attribute: Make dropdown search case sensitive. (6096)
- Tweak – Rename Legacy Template block to Classic Template block. (6021)
- Dev – Remove the ToggleButtonControl in favor of ToggleGroupControl. (5967)
- Dev – Decode HTML entities when formatting Store API error messages. (5870)
- Dev – Prevent deprecation messages causing PHP warnings. (6074)
- Dev – Allow adding the Filter Products by Price block to Product Catalog templates to filter products. (6146)
- Dev – The order summary area for the Cart and Checkout Blocks is now powered by Inner Blocks allowing for more customizations and extensibility. (6065)
- Dev -Increase Cart product quantity limit. (6202)
- Dev – Stop showing the price slider skeleton when moving the slider handles. (6078)
- Dev – Show warnings when form is incomplete on Checkout. (6116)