Release Notes
1.0.0
Released: Jul 2022
Release Highlights
Initial Release
Avalara plugin compatible with Extension Point Framework version 1.1.0. This plugin supports the following:
- Tax calculations for shopping carts.
- Tax commits at checkout to notify Avalara that taxes should be remitted.
- Tax deletes to remove tax remittance if checkout fails or if the order is cancelled.
1.0.1
Released: May 2024
Release Highlights
Modified logic to avoid reusing cached tax calculation from shopping cart when determining taxes at checkout
The logic to allow cached tax calculation for a shopping cart to be reused when checking out was unnecessarily complex, and was giving us indications of possible edge cases where tax calculation failures could occur. Therefore we have reverted this performance optimization to improve code maintainability and plugin reliability.