Releases: surprisehighway/craft-avatax
Releases · surprisehighway/craft-avatax
v3.0.2
Changed
- Updated Avatax SDK to latest
v3.0.1
Fixed
- Fixed an address validation error related to address model changes. #49
- Fixed an address validation error related to estimated address changes.
v2.2.0
Added
- Updated Avatax SDK to version 22.3.0.
Fixed
- Fixed Guzzle version conflict. #44
v2.1.8
- Fixed errors that occur when running from the console. #42
v2.1.7
Added
- Added the ability to override the Tax Calculation setting using hidden form inputs. #40
v2.1.6
Fixed
- Fixed an issue where after install event breaks automated testing - thanks @davist11. #37
v2.1.5
Fixed
- Fixed an error that could occur when logging a tax calculation error. #35
- Fixed an error when using a dropdown for the product tax code field. #34
v2.1.4
Added
- Allow for live and sandbox credentials to be set as ENV variables with autosuggest fields in the plugin settings to keep sensitive info out of Project Config. #11 #30
- Update config override example to default to multi-environment settings with ENV examples.
- For new installs the address validation setting will now be disabled by default.
Fixed
- Better error handling. No longer throw exceptions on the front end but log more complete error responses. #29 #31