Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

4.6.0

Compare
Choose a tag to compare
@nerrad nerrad released this 02 Mar 20:02
d4f58b4

Release of version 4.6.0.

Changelog

Bug Fixes

  • Handle out-of-stock product visibility setting in All Products block. (3859)
  • Show cart item subtotal instead of total in Cart and Checkout blocks (#3905)
  • Fix button styles in Twenty Nineteen theme. (3862)
  • Return correct sale/regular prices for variable products in the Store API. (3854)
  • Remove shadows from text buttons and gradient background from selects in some themes. (3846)
  • Hide Browse Shop link in cart block empty state when there is no shop page. (3845)

Various

Dev note:

An important note that internally, this release has modified how AbstractBlock (the base class for all of our blocks) functions, and how it loads assets. AbstractBlock is internal to this project and does not seem like something that would ever need to be extended by 3rd parties, but note if you are doing so for whatever reason, your implementation would need to be updated to match. (3829)