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

4.9.0

Compare
Choose a tag to compare
@Aljullu Aljullu released this 12 Apr 13:20

Enhancements

  • Added compatibility with the Google Analytics Integration. Block events, including cart and checkout, can now be tracked. (4020)
Dev note

Blocks are now compatible with the Google Analytics Integration: https://woocommerce.com/products/woocommerce-google-analytics/ If using Google Analytics with GTAG support (and a G- prefixed site ID), block events will also be tracked. This includes:

  • Product searches in the Product Search Block
  • Product views in the product grid blocks and All Products Block
  • Add to cart events
  • Cart item changes
  • Checkout progress events.

Bug Fixes

  • Use font color in payment methods border. (4051)
  • Load translation file for JS files that has translatable strings. (4050)
  • Stop shipping package titles line-breaks occurring in the middle of a word. (4049)
  • Fixed styling issues on the cart and checkout page in Twenty(X) themes. (4046)
  • Fix headline alignment in the empty state of the cart block. (4044)
  • Fix button alignment in Featured Product and Featured Category blocks. (4028)

Technical debt

  • Removed legacy handling for SSR blocks that rendered shortcodes. (4010)