Skip to content

Commit 10234f8

Browse files
committed
Tweak - Add changelog entries for the TaxJar request seam fixes.
1 parent f9db561 commit 10234f8

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Fix - Restore tax rate lookups for local pickup orders, which could return no rates at all.
66
* Fix - Preserve apostrophes in city and street when taxes are recalculated from the order edit screen.
77
* Fix - Prevent a fatal error during cart and checkout tax calculation when a customization supplies an invalid store address.
8+
* Fix - Prevent tax calculation from failing when the store address postcode holds more than one comma-separated value.
9+
* Fix - Accept lower-case country and state codes from the woocommerce_taxjar_nexus_address filter, and fall back to the store address when a custom nexus address is incomplete instead of abandoning the calculation.
810

911
= 3.6.11 - 2026-08-05 =
1012
* Fix - Prevent a fatal error during cart and checkout tax calculation when TaxJar returns an incomplete tax response.

readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ This plugin relies on the following external services:
7575
* Fix - Restore tax rate lookups for local pickup orders, which could return no rates at all.
7676
* Fix - Preserve apostrophes in city and street when taxes are recalculated from the order edit screen.
7777
* Fix - Prevent a fatal error during cart and checkout tax calculation when a customization supplies an invalid store address.
78+
* Fix - Prevent tax calculation from failing when the store address postcode holds more than one comma-separated value.
79+
* Fix - Accept lower-case country and state codes from the woocommerce_taxjar_nexus_address filter, and fall back to the store address when a custom nexus address is incomplete instead of abandoning the calculation.
7880

7981
= 3.6.11 - 2026-08-05 =
8082
* Fix - Prevent a fatal error during cart and checkout tax calculation when TaxJar returns an incomplete tax response.

0 commit comments

Comments
 (0)