Skip to content

Commit

Permalink
Version 4.1.3 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
dallendalton authored Jun 30, 2022
1 parent 76c8110 commit e81e81d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 4.1.3 (2022-06-28)
* Fix conflict with WooCommerce PDF Product Voucher plugin
* Support local pickup shipping method during calculation on admin and API orders
* Add Washington D.C. as exemption region
* Correctly calculate tax on subscription products with updated PTCs
* WooCommerce tested up to 6.6
* Update minimum WooCommerce version to 6.0

# 4.1.2 (2022-03-30)
* Fix for precision issue when syncing some orders to TaxJar
* Fix for persisting inaccurate rates in rates table
Expand Down
16 changes: 12 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Contributors: taxjar, tonkapark, fastdivision
Tags: woocommerce, taxjar, tax, taxes, sales tax, tax calculation, sales tax compliance, sales tax filing
Requires at least: 5.4
Tested up to: 5.9.2
Stable tag: 4.1.2
Tested up to: 6.0
Stable tag: 4.1.3
License: GPLv2 or later
URI: http://www.gnu.org/licenses/gpl-2.0.html
WC requires at least: 5.8.0
WC tested up to: 6.3.1
WC requires at least: 6.0.0
WC tested up to: 6.6.1

Trusted by more than 20,000 businesses, TaxJar’s award-winning solution makes it easy to automate sales tax reporting and filing, and determine economic nexus with a single click.

Expand Down Expand Up @@ -95,6 +95,14 @@ Our plans come with filings included, with additional filings available for purc

== Changelog ==

= 4.1.3 (2022-06-28)
* Fix conflict with WooCommerce PDF Product Voucher plugin
* Support local pickup shipping method during calculation on admin and API orders
* Add Washington D.C. as exemption region
* Correctly calculate tax on subscription products with updated PTCs
* WooCommerce tested up to 6.6
* Update minimum WooCommerce version to 6.0

= 4.1.2 (2022-03-30)
* Fix for precision issue when syncing some orders to TaxJar
* Fix for persisting inaccurate rates in rates table
Expand Down
10 changes: 5 additions & 5 deletions taxjar-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Plugin Name: TaxJar - Sales Tax Automation for WooCommerce
* Plugin URI: https://www.taxjar.com/woocommerce-sales-tax-plugin/
* Description: Save hours every month by putting your sales tax on autopilot. Automated, multi-state sales tax calculation, collection, and filing.
* Version: 4.1.2
* Version: 4.1.3
* Author: TaxJar
* Author URI: https://www.taxjar.com
* WC requires at least: 5.8.0
* WC tested up to: 6.3.1
* WC requires at least: 6.0.0
* WC tested up to: 6.6.1
* Requires PHP: 7.0
*
* Copyright: © 2014-2019 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc.
Expand Down Expand Up @@ -43,8 +43,8 @@
*/
final class WC_Taxjar {

static $version = '4.1.2';
public static $minimum_woocommerce_version = '5.8.0';
static $version = '4.1.3';
public static $minimum_woocommerce_version = '6.0.0';

/**
* Construct the plugin.
Expand Down

0 comments on commit e81e81d

Please sign in to comment.