Skip to content

Releases: SuperGoodSoft/solidus_taxjar

0.18.1

25 Mar 22:05
Compare
Choose a tag to compare

This is a critical patch for 0.18.0.

  • #47 Fixed bug in validate_address_params for addresses without a state
  • #52 Fixed critical bug in API class

0.18.0 (yanked)

18 Mar 15:00
644ea96
Compare
Choose a tag to compare

This release has been yanked due to a critical bug #52 . Please install a newer version


  • #21 Migrated project to solidus_dev_support
  • #22 Added support for TaxJar address validation API through SuperGood::SolidusTaxJar::Addresses class
  • #34 Include API version in request headers
  • #38 Added a rails engine to support future solidus backend UI
  • #43 Support zeitwerk loading

Breaking Changes:

  • Module name SolidusTaxJar renamed to SolidusTaxjar
  • Class name API renamed to Api
  • Class name APIParams renamed to ApiParams

Upgrading from 0.17.X to 0.18.X

If you're currently using version 0.17.X and want to upgrade to 0.18.X, follow these steps:

  • Rename any instances of the module SolidusTaxJar to SolidusTaxjar
  • Rename any instances of the class API to Api
  • Rename any instances of the class APIParams to ApiParams