Releases: craftcms/commerce-taxjar
Releases · craftcms/commerce-taxjar
3.1.0
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
Categoriesservice (Plugin::getInstance()->getCategories()) with async()method for syncing TaxJar categories into Craft Commerce. - Added
commerce-taxjar/categoriesandcommerce-taxjar/categories/syncconsole 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\TaxJartocraft\commerce\taxjar\Plugin. - Category sync now updates existing categories in addition to creating new ones.
3.0.0
- Added Craft CMS 5 and Craft Commerce 5 compatibility.