Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

68 lines (45 loc) · 1.98 KB

Release Notes for Craft Commerce

1.1.0 - 2022-07-08

Added

  • Added craft\commerce\taxjar\events\RefundEvent
  • Added craft\commerce\taxjar\controllers\OrdersController::EVENT_AFTER_SEND_REFUND

Changed

  • Renamed craft\commerce\taxjar\adjusters\TaxJar::SET_ADDRESS_FOR_TAX_EVENT to craft\commerce\taxjar\adjusters\TaxJar::EVENT_SET_ADDRESS_FOR_TAX

1.0.5.3 - 2022-02-15

Fixed

  • Fixed a bug causing incorrect tax breakdown in TaxJar

1.0.5.2 - 2022-01-26

Fixed

  • Fixed a bug preventing line item descriptions from displaying in TaxJar

1.0.5.1 - 2022-01-20

Fixed

  • Fixed a bug where opening the TaxJar refund modal would produce a server error.

1.0.5 - 2022-01-18

Changed

  • Reverted taxes to only being applied at order level to prevent rounding issues.
  • Line item taxes for refunds are now retrieved from tax snapshot.

Fixed

  • Fixed a bug that could prevent total order amount from being refunded.

1.0.4 - 2021-12-17

Added

  • Added craft\commerce\taxjar\events\SetAddressForTaxEvent
  • Added craft\commerce\taxjar\adjusters\TaxJar::SET_ADDRESS_FOR_TAX_EVENT
  • Added craft\commerce\taxjar\services\Api::TYPE_FROM
  • Added craft\commerce\taxjar\services\Api::TYPE_TO
  • Added craft\commerce\taxjar\services\Api::_getAddressParams()

1.0.3 - 2021-10-07

Changed

  • Changed how deductions are handled in refunds. Deduction amounts no longer affect sales tax returned to the customer or data sent to TaxJar.

Fixed

  • Fixed a bug that could occur when order was fully paid with gift voucher.

1.0.2 - 2021-07-21

Added

  • Added ability to commit transactions.
  • Added ability to create refunds.

1.0.1 - 2021-02-25

Fixed

  • Fixed a PHP error that would occur on Craft 3.5. (#7)
  • Fixed a bug where long category descriptions would cause Tax Jar category sync to fail. (#5)

1.0.0 - 2020-04-02

Added

  • Initial release.