Skip to content

Commit

Permalink
Version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanreeves-taxjar committed Nov 1, 2019
1 parent dee5c89 commit 662a570
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.4.3] - 2019-11-01
- Replace calls to serialize/unserialize with JSON encode/decode.

## [1.4.2] - 2019-09-20
- Improve address validation error handling when missing address data.
- Improve support for deploying production mode when address validation is enabled.
Expand Down Expand Up @@ -137,7 +140,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.4.2...HEAD
[Unreleased]: https://github.com/taxjar/taxjar-magento2-extension/compare/v1.4.3...HEAD
[1.4.3]: https://github.com/taxjar/taxjar-magento2-extension/compare/v1.4.2...v1.4.3
[1.4.2]: https://github.com/taxjar/taxjar-magento2-extension/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/taxjar/taxjar-magento2-extension/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/taxjar/taxjar-magento2-extension/compare/v1.3.0...v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion Model/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class Configuration
{
const TAXJAR_VERSION = '1.4.2';
const TAXJAR_VERSION = '1.4.3';
const TAXJAR_AUTH_URL = 'https://app.taxjar.com';
const TAXJAR_API_URL = 'https://api.taxjar.com/v2';
const TAXJAR_FEED_URL = 'www.taxjar.com/magento2/feed.xml';
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.4.2",
"version": "1.4.3",
"license": "OSL-3.0",
"require": {
"magento/framework": "^100.1.0|^101.0.0|^102.0.0"
Expand Down

0 comments on commit 662a570

Please sign in to comment.