Skip to content

Releases: craftcms/commerce-taxjar

3.1.0

29 Apr 07:46

Choose a tag to compare

Added

  • The plugin now has a settings page in the control panel.
  • The API Key and Sandbox Mode settings now support environment variables.
  • Added a Categories service (Plugin::getInstance()->getCategories()) with a sync() method for syncing TaxJar categories into Craft Commerce.
  • Added commerce-taxjar/categories and commerce-taxjar/categories/sync console commands for listing and syncing TaxJar tax categories.

Fixed

  • Fixed a 400 error from the TaxJar API when recalculating an order with no line items. (#34)

Changed

  • The plugin's main class has been renamed from craft\commerce\taxjar\TaxJar to craft\commerce\taxjar\Plugin.
  • Category sync now updates existing categories in addition to creating new ones.

3.0.0

21 Mar 08:06
a2e34b6

Choose a tag to compare

  • Added Craft CMS 5 and Craft Commerce 5 compatibility.

2.1.0

21 Mar 08:45
c73adb9

Choose a tag to compare

Added

  • Added Craft CMS 5 and Craft Commerce 5 compatibility.
  • Added craft\commerce\taxjar\events\ModifyRequestEvent.
  • Provided a more precise store location address to the Tax Jar API. (#13)
  • Fixed a bug where cached tax rates were not being invalidated when line item tax category changed. (#11)