Releases: surprisehighway/craft-avatax
Releases · surprisehighway/craft-avatax
v2.1.3
Fixed
- Fixed an issue where updating the shipping state did not refresh the cached order. #27 - thanks @benface!
v2.1.2
Fixed
- Skip address validation for estimated addresses to avoid errors with incomplete addresses. #22
- Fixed an issue where updating the shipping state did not refresh the cached tax. #24
- Fixed an issue where addresses returned by Avalara as unresolved were still considered valid. #25
v2.1.1
Fixed
- Fixed an issue where settings fields were readonly even when not being overridden by config file, resolves #20
v2.1.0
Added
- Added Commerce 3 compatibility.
- AvaTax now requires Craft 3.3 and Craft Commerce 2.2 or later, or Craft 3.4 and Craft Commerce 3.0 and later.
v2.0.8
2.0.8 - 2020-02-18
Fixed
- Fixed deprecation errors caused by
craft\commerce\elements\Order::getAdjustmentsTotalByType()
- thanks @jmauzyk!
- Fixed asset bundle namespace - thanks @abryrath!
- Fixed potential bug in json address validation if country was not set in address model
v2.0.7
Added
- Added a JSON endpoint to use for AJAX CertCapture client lookup on the front end (more)
v2.0.6
Added
- Added a setting to disable sending partial refunds to AvaTax (more)
- Added a json endpoint to use for ajax address validation on the front end (more)
v2.0.5
Added
- Added support for overriding the Customer Code sent to Avalara based on the value of a User or Order field (more)
v2.0.4
Fixed
- Fixed deprecation error (pull request #8)
- Discounts for a specific line item now send the line item tax code instead of the default discount code (pull request #4)
v2.0.3
Fixed
- Fixed an bug where address validation was being triggered in the control panel when saving a user (#5)