Skip to content

Releases: surprisehighway/craft-avatax

v3.0.1

10 Aug 21:24
Compare
Choose a tag to compare

Fixed

  • Fixed an address validation error related to address model changes. #49
  • Fixed an address validation error related to estimated address changes.

v3.0.0

18 Jul 21:17
1ccb1fb
Compare
Choose a tag to compare

Added

  • Craft 4 compatibility.

v2.2.0

05 May 15:51
ae314a4
Compare
Choose a tag to compare

Added

  • Updated Avatax SDK to version 22.3.0.

Fixed

  • Fixed Guzzle version conflict. #44

v2.1.8

08 Nov 20:21
Compare
Choose a tag to compare
  • Fixed errors that occur when running from the console. #42

v2.1.7

28 Jul 20:12
3381744
Compare
Choose a tag to compare

Added

  • Added the ability to override the Tax Calculation setting using hidden form inputs. #40

v2.1.6

15 Jul 23:13
13eb4cf
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where after install event breaks automated testing - thanks @davist11. #37

v2.1.5

07 Jul 18:02
67c93a8
Compare
Choose a tag to compare

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

21 May 20:38
7a1377d
Compare
Choose a tag to compare

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

v2.1.3

28 Jan 16:37
6589d67
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where updating the shipping state did not refresh the cached order. #27 - thanks @benface!

v2.1.2

05 Jan 18:52
6cb070c
Compare
Choose a tag to compare

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