Releases: Automattic/woocommerce-services
Releases · Automattic/woocommerce-services
Version 1.26.2
- Fix - Change the wp-calypso commit to fix NPM Error when run
npm run prepare
. - Fix - E2E Tests: npm ci, update puppeteer to v2
- Fix - JS Tests: npm ci
- Tweak - Replace colors npm package with chalk
Version 1.26.1
- Add - Display warning if non-roman character is entered in address fields.
- Fix - "Division by Zero" fatal error on PHP 8.
Version 1.26.0
- Add - Tool to clear cached Tax server responses from the transients.
- Tweak - Enable shipping tax by default if is Florida interstate shipping.
Version 1.25.28
- Fix - Notice: Undefined index: 'from_country' when validating TaxJar request.
Version 1.25.27
- Fix - Cart with non-taxable product still calculate the tax.
- Tweak - Validate the TaxJar request before calling the api and cache 404 and 400 TaxJar response error for 5 minutes.
Version 1.25.26
- Fix - Display error on cart block and checkout block from WC Blocks plugin.
- Fix - TaxJar does not calculate Quebec Sales Tax when shipping from Canadian address.
Version 1.25.25
- Fix - TaxJar does not get the tax if the cart has non-taxable on the first item.
- Tweak - Use regex to check on WC Rest API route for WooCommerce Blocks compatibility.
Version 1.25.24
- Fix - Empty document is opened when Firefox is set to open PDF file using another program.
- Fix - Label purchase modal sections getting cut off.
Version 1.25.23
- Tweak - Make "Name" field optional if "Company" field is not empty.
- Fix - Added "Delete California tax rates" tool.
- Fix - Extract WC_Connect_TaxJar_Integration::backup_existing_tax_rates() for re-usability.
Version 1.25.22
- Fix - TaxJar does not get the tax if the cart has non-taxable item.
- Tweak - Bump WP tested version to 5.9 and WC tested version to 6.1.