Skip to content

Commit 798075f

Browse files
committed
Tweak - Add changelog entries for the TaxJar rate-table seam fixes.
1 parent 4a0c966 commit 798075f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
* Fix - Preserve apostrophes in city and street when taxes are recalculated from the order edit screen.
88
* Fix - Prevent tax calculation from failing when the store address postcode holds more than one comma-separated value.
99
* 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.
10+
* Fix - Prevent unbounded growth of WooCommerce tax rate rows when the customer state contains a period, a space, or a non-Latin character.
11+
* Fix - Restore tax rates on the price display, shipping tax and coupon paths for addresses whose state was stored in a normalized form.
12+
* Tweak - Store tax rate rows against the postcode the rate was quoted for when the address postcode holds more than one comma-separated value.
1013

1114
= 3.6.10 - 2026-07-27 =
1215
* Tweak - WooCommerce 11.0 Compatibility.

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ This plugin relies on the following external services:
7777
* Fix - Preserve apostrophes in city and street when taxes are recalculated from the order edit screen.
7878
* Fix - Prevent tax calculation from failing when the store address postcode holds more than one comma-separated value.
7979
* 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.
80+
* Fix - Prevent unbounded growth of WooCommerce tax rate rows when the customer state contains a period, a space, or a non-Latin character.
81+
* Fix - Restore tax rates on the price display, shipping tax and coupon paths for addresses whose state was stored in a normalized form.
82+
* Tweak - Store tax rate rows against the postcode the rate was quoted for when the address postcode holds more than one comma-separated value.
8083

8184
= 3.6.10 - 2026-07-27 =
8285
* Tweak - WooCommerce 11.0 Compatibility.

0 commit comments

Comments
 (0)