Releases: FedTax/Magento2
Releases · FedTax/Magento2
v1.1.1
What's Changed
- Align tax percent rounding to 3 decimal places in Tax::collect() for consistent totals.
- Distribute adjustment-only refunds across remaining line items
- Validate exemption cert covers destination state
Full Changelog: v1.1.0...v1.1.1
v1.1.1-beta.6
What's Changed
- DEV-7407 Distribute adjustment-only refunds across remaining items by @azane-code in #24
Full Changelog: v1.1.1-beta.4...v1.1.1-beta.6
v1.1.1-beta.4
What's Changed
- DEV-7268 change decimal places to 3 from 2 by @azane-code in #23
Full Changelog: v1.1.1-beta.3...v1.1.1-beta.4
Support per-state exemptions
v1.1.1-beta.5 DEV-7187: Validate exemption certificate covers destination state bef…
1.1.0
What's New
Bug Fixes
- Fixed partial refund processing
- Fixed tax not being persisted on Magento objects
- Fixed deleted products returning null during tax calculation
- Fixed single-item API response handling
- Fixed Zip+4 postal code splitting
Improvements
- Added fallback to Magento native tax rates when TaxCloud is unavailable
1.1.1-beta.3
What's Changed
- DEV-7091 – TaxCloud: shipping, address, and cache fixes by @azane-code in #20
Full Changelog: v1.1.1-beta.2...v1.1.1-beta.3
v1.1.1-beta.2
What's Changed
- Send TaxCloud capture as per "Capture in TaxCloud" instead of order place everytime by @azane-code in #18
Full Changelog: v1.1.1-beta...v1.1.1-beta.2
1.1.1-beta
What's Changed
- DEV-5582 Call TaxCloud Returned on canceled unpaid orders by @azane-code in #19
Full Changelog: v1.1.0...v1.1.1-beta
1.1.0-beta.3
What's Changed
- Resolve partial refund issue by @azane-code in #17
1.1.0-beta
What's Changed
- Handle empty array issue