Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Releases: spree-contrib/spree_avatax_certified

Version 1.4.0

18 Dec 08:06
e1a925a
Compare
Choose a tag to compare
  • supports Rails 5.2
  • supports Spree 3.6 and 3.7
  • fixed flaky specs
  • fixed FactoryBot deprecations
  • dropped support of Rails 4.2 and Spree 3.1

Version 1.3.1

07 Aug 12:41
eae3c6a
Compare
Choose a tag to compare

Fixes

  • Fixed read_timeout set for TaxSvc#request af97859

Version 1.3.0

01 Aug 12:03
1d9351e
Compare
Choose a tag to compare
  • fix/ remove uncertain time_to_idle cache-option 294bf7d
  • fix/ replace method concat with + b941691
  • Fix for dotenv / ENV variables being passed as strings 7aa8c13
  • add puma to dev dependencies f51e259

Version 1.2.0

08 Mar 13:10
2410700
Compare
Choose a tag to compare
  • supports Spree 3.1, 3.2, 3.3, 3.4 and 3.5 support
  • supports Rails 4.2, 5.0, 5.1
  • tests are run on Travis CI against multiple Ruby, Rails, Spree versions and against Postgres and MySQL
  • fixed test suite
  • fixed Superclass Mismatch Errors (#6)
  • added retry feature to making API calls and better timeout handling (f338d2b)
  • fixed ensure validate_address to return instance of AddressValidation (5610c80)
  • replaced FactoryGirl with FactoryBot
  • all models inherit from Spree::Base