Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Releases: classyllama/ClassyLlama_AvaTax

ClassyLlama_AvaTax 0.3.1

09 Jul 23:39
Compare
Choose a tag to compare

Changelog:

  • Fix issue where invoice/credit memo may be mistakenly sent to AvaTax multiple times. See #24

ClassyLlama_AvaTax 0.3.0

01 Jul 02:59
Compare
Choose a tag to compare

Changelog:

  • Add support for Magento 2.1 (and drop support for Magento 2.0.x)
  • Fix to address region lookup when validating addresses (from @curtisTAG) See #20
  • Add API for address validation (from @james481). See #15

ClassyLlama_AvaTax 0.2.4

09 Jun 14:57
Compare
Choose a tag to compare

Changelog:

  • Fix 'Class "storeId" does not exist' error when loading the Swagger page: /rest/default/schema (Github issue #19)

ClassyLlama_AvaTax 0.2.3

31 May 16:07
Compare
Choose a tag to compare

Changelog:

  • Fix "$serverData must be an array or object implementing ArrayAccess" error when single tenant compilation was in use

ClassyLlama_AvaTax 0.2.2

17 May 15:51
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fix DI compilation error

ClassyLlama_AvaTax 0.2.1

16 May 15:24
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fix issue where manual module installation causes DI compilation error
  • Add Magento_Tax as a module dependency (from @james481)
  • Add license

ClassyLlama_AvaTax 0.2.0

12 Apr 15:37
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fix issue where tax calculation was not accurate for certain merchant accounts
    • Changed DocType for cart/checkout tax calculation from PurchaseOrder to SalesOrder
    • PurchaseOrder is intended to be used for "consumer use tax" calculation rather than "sales tax" calculation

ClassyLlama_AvaTax 0.1.16

05 Apr 20:33
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Add support for PHP 5.5

ClassyLlama_AvaTax 0.1.15

02 Apr 03:18
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Add support for PHP 7

ClassyLlama_AvaTax 0.1.14

30 Mar 20:05
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Fix issue where tax_amount is incorrectly calculated when multiple rates are in use
  • Fix issue where saving customer address on frontend resulted in error