Skip to content

Commit 5ef947d

Browse files
committed
Tweak - Add changelog entries for the TaxJar request seam fixes.
1 parent c45a6ac commit 5ef947d

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
@@ -6,6 +6,8 @@
66
* Fix - Restore tax rate lookups for local pickup orders, which could return no rates at all.
77
* Fix - Preserve apostrophes in city and street when taxes are recalculated from the order edit screen.
88
* Fix - Prevent a fatal error during cart and checkout tax calculation when a customization supplies an invalid store address.
9+
* Fix - Prevent tax calculation from failing when the store address postcode holds more than one comma-separated value.
10+
* 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.
911

1012
= 3.6.10 - 2026-07-27 =
1113
* Tweak - WooCommerce 11.0 Compatibility.

readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ This plugin relies on the following external services:
7676
* Fix - Restore tax rate lookups for local pickup orders, which could return no rates at all.
7777
* Fix - Preserve apostrophes in city and street when taxes are recalculated from the order edit screen.
7878
* Fix - Prevent a fatal error during cart and checkout tax calculation when a customization supplies an invalid store address.
79+
* Fix - Prevent tax calculation from failing when the store address postcode holds more than one comma-separated value.
80+
* 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.
7981

8082
= 3.6.10 - 2026-07-27 =
8183
* Tweak - WooCommerce 11.0 Compatibility.

0 commit comments

Comments
 (0)