Skip to content

Releases: spree/spree_avatax_official

v2.0.0

05 Jun 15:36

Choose a tag to compare

What's Changed

  • Migrate Avatax extension to Spree 5 by @damianlegawiec in #185
  • Adjust models so it works with spree_multi_tenant by @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::Validate by @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

21 May 13:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

15 Dec 15:51
04ed66f

Choose a tag to compare

Updates in initializers for Rails 7 compatibility

Version 1.7.0

27 Jun 19:21

Choose a tag to compare

  • Ruby 3.0 compatibility
  • Fix Zeitwerk compatibility
  • Fix: Don't call reload on order 265c739
  • Fix: issue for inverse validation be18cd7

Version 1.6.1

30 Oct 14:28
8a5ce7f

Choose a tag to compare

Fix: allow empty avatax code for users

Version 1.6.0

25 Oct 10:28
bce5955

Choose a tag to compare

  • Fix guest checkout
  • Fix translations on the configuration page
  • Update readme & initializer

Version 1.5.1

18 Oct 14:50
a27faab

Choose a tag to compare

Fix link to avatax configuration in admin sidebar

Version 1.5.0

18 Oct 11:21
414b997

Choose a tag to compare

  • 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

24 Sep 08:14
a83253b

Choose a tag to compare

Changes:

  • updating refund dates (now date is the refund date, taxDate is the order completed_at date)

Version 1.3.0

23 Sep 09:11
56deddf

Choose a tag to compare

Changes:

  • adding tests for VAT & GST
  • updating CreatePresenter (currencyCode, purchaseOrderNo & customerCode)