Skip to content

Releases: surprisehighway/craft-avatax

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

v2.1.1

08 Jun 21:32
2df2566
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where settings fields were readonly even when not being overridden by config file, resolves #20

v2.1.0

20 Feb 22:15
Compare
Choose a tag to compare

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

19 Feb 17:04
Compare
Choose a tag to compare

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

20 Sep 20:47
Compare
Choose a tag to compare

Added

  • Added a JSON endpoint to use for AJAX CertCapture client lookup on the front end (more)

v2.0.6

11 Sep 20:38
Compare
Choose a tag to compare

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

06 Sep 19:51
Compare
Choose a tag to compare

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

06 Sep 19:21
Compare
Choose a tag to compare

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

31 Jul 22:11
Compare
Choose a tag to compare

Fixed

  • Fixed an bug where address validation was being triggered in the control panel when saving a user (#5)