Skip to content

Commit

Permalink
Merge pull request #257 from taxjar/saville-RUN_TJPLAT-1667-release-w…
Browse files Browse the repository at this point in the history
…oo-changes

Version 4.2.2
  • Loading branch information
saville-stripe authored Aug 1, 2024
2 parents 9d99850 + 757ec50 commit 59b4f12
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 4.2.2 (2024-08-01)
* WooCommerce tested up to 8.1.0
* WordPress 6.6.1 tested
* Fix for two HPOS related issues
* Small improvement for the readme

# 4.2.1 (2023-10-04)
* WooCommerce tested up to 8.1.0
* WordPress 6.3.1 tested
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
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.3.1
Stable tag: 4.2.1
Tested up to: 6.6.1
Stable tag: 4.2.2
License: GPLv2 or later
URI: http://www.gnu.org/licenses/gpl-2.0.html
WC requires at least: 6.4.0
WC requires at least: 7.0.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.2 (2024-08-01) =
* WooCommerce tested up to 8.1.0
* WordPress 6.6.1 tested

= 4.2.1 (2023-10-04) =
* WooCommerce tested up to 8.1.0
* WordPress 6.3.1 tested
Expand Down
8 changes: 4 additions & 4 deletions taxjar-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* 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.1
* Version: 4.2.2
* Author: TaxJar
* Author URI: https://www.taxjar.com
* WC requires at least: 6.4.0
* WC requires at least: 7.0.0
* WC tested up to: 8.1.0
* Requires PHP: 7.0
*
Expand Down Expand Up @@ -43,8 +43,8 @@
*/
final class WC_Taxjar {

static $version = '4.2.1';
public static $minimum_woocommerce_version = '6.4.0';
static $version = '4.2.2';
public static $minimum_woocommerce_version = '7.0.0';

/**
* Construct the plugin.
Expand Down

0 comments on commit 59b4f12

Please sign in to comment.