Skip to content

Commit

Permalink
Version 1.9.5 (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethobey authored May 16, 2022
1 parent b21190d commit 18eaac1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.9.5] - 2022-05-16
- Fix issue with removing EAV attributes on uninstall

## [1.9.4] - 2022-05-02
- Fix issue with scoped address validation
- Fix issue with scoped sales order sync button
Expand Down Expand Up @@ -280,7 +283,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- **Initial release of our Magento 2 extension.** Sales tax calculations at checkout with backup zip-based rates powered by TaxJar. Supports product exemptions, shipping taxability, sourcing logic, and international calculations in more than 30 countries.
- **Special promo sales tax calculations for Magento merchants.** Existing M2 beta users must upgrade to this version to receive special promo calculations at checkout using our new API endpoint.

[Unreleased]: https://github.com/taxjar/taxjar-magento2-extension/compare/v1.9.4..HEAD
[Unreleased]: https://github.com/taxjar/taxjar-magento2-extension/compare/v1.9.5..HEAD
[1.9.5]: https://github.com/taxjar/taxjar-magento2-extension/compare/v1.9.4...v1.9.5
[1.9.4]: https://github.com/taxjar/taxjar-magento2-extension/compare/v1.9.3...v1.9.4
[1.9.3]: https://github.com/taxjar/taxjar-magento2-extension/compare/v1.9.2...v1.9.3
[1.9.2]: https://github.com/taxjar/taxjar-magento2-extension/compare/v1.9.1...v1.9.2
Expand Down
2 changes: 1 addition & 1 deletion Model/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

class Configuration
{
const TAXJAR_VERSION = '1.9.4';
const TAXJAR_VERSION = '1.9.5';
const TAXJAR_AUTH_URL = 'https://app.taxjar.com';
const TAXJAR_API_URL = 'https://api.taxjar.com/v2';
const TAXJAR_SANDBOX_API_URL = 'https://api.sandbox.taxjar.com/v2';
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "taxjar/module-taxjar",
"description": "TaxJar Sales Tax Module for Magento 2",
"type": "magento2-module",
"version": "1.9.4",
"version": "1.9.5",
"license": "OSL-3.0",
"require": {
"magento/framework": "^102.0.0|^103.0.0"
Expand Down

0 comments on commit 18eaac1

Please sign in to comment.