Skip to content

Commit

Permalink
Merge pull request #253 from taxjar/version-4.2.1
Browse files Browse the repository at this point in the history
Version 4.2.1
  • Loading branch information
smolentzov-stripe authored Oct 10, 2023
2 parents 137bd20 + 6619431 commit c154ef5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.2.1 (2023-10-04)
* WooCommerce tested up to 8.1.0
* WordPress 6.3.1 tested

# 4.2.0 (2023-09-27)
* WooCommerce tested up to 7.8.0
* Updates needed for HPOS compliance
Expand Down
10 changes: 7 additions & 3 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: 6.0.2
Stable tag: 4.2.0
Tested up to: 6.3.1
Stable tag: 4.2.1
License: GPLv2 or later
URI: http://www.gnu.org/licenses/gpl-2.0.html
WC requires at least: 6.4.0
WC tested up to: 7.8.0
WC tested up to: 8.1.0

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,10 @@ Our plans come with filings included, with additional filings available for purc

== Changelog ==

= 4.2.1 (2023-10-04)
* WooCommerce tested up to 8.1.0
* WordPress 6.3.1 tested

= 4.2.0 (2023-09-27)
* WooCommerce tested up to 7.8.0
* Updates needed for HPOS compliance
Expand Down
6 changes: 3 additions & 3 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.2.0
* Version: 4.2.1
* Author: TaxJar
* Author URI: https://www.taxjar.com
* WC requires at least: 6.4.0
* WC tested up to: 7.8.0
* WC tested up to: 8.1.0
* Requires PHP: 7.0
*
* Copyright: © 2014-2019 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc.
Expand Down Expand Up @@ -43,7 +43,7 @@
*/
final class WC_Taxjar {

static $version = '4.2.0';
static $version = '4.2.1';
public static $minimum_woocommerce_version = '6.4.0';

/**
Expand Down

0 comments on commit c154ef5

Please sign in to comment.