Releases: spree/spree_avatax_official
Releases · spree/spree_avatax_official
v2.0.0
What's Changed
- Migrate Avatax extension to Spree 5 by @damianlegawiec in #185
- Adjust models so it works with
spree_multi_tenantby @mad-eel in #186 - Fix decorating admin base controller, add missing zeitwerk spec by @mad-eel in #187
- Config template - skip logging to the file by default by @mad-eel in #188
- LUP-4 Remove default ship from address, fix return invoice transactions by @mad-eel in #189
- Guard against nil addresses in
SpreeAvataxOfficial::Address::Validateby @mad-eel in #190 - Fix flaky PostgreSQL specs by @mad-eel in #191
- Correct the CI status badge in README.md by @mad-eel in #192
New Contributors
Full Changelog: v1.9.0...v2.0.0
v1.9.0
What's Changed
- fix: request decorator issue by @alejandropereira in #180
- Fixed Spree 4 compatibility by @damianlegawiec in #183
New Contributors
- @alejandropereira made their first contribution in #180
Full Changelog: v1.8.0...v1.9.0
v1.8.0
Updates in initializers for Rails 7 compatibility
Version 1.7.0
Version 1.6.1
Fix: allow empty avatax code for users
Version 1.6.0
- Fix guest checkout
- Fix translations on the configuration page
- Update readme & initializer
Version 1.5.1
Fix link to avatax configuration in admin sidebar
Version 1.5.0
- Add entityUseCode support
- Add configuration page for the admin panel
- Add option to disable document recording
- Update readme to include user guidelines for the configuration page
Version 1.4.0
Changes:
- updating refund dates (now
dateis the refund date,taxDateis the order completed_at date)
Version 1.3.0
Changes:
- adding tests for VAT & GST
- updating CreatePresenter (currencyCode, purchaseOrderNo & customerCode)