From 66194313416e3708d5f6bd66f6dc113f8013adc6 Mon Sep 17 00:00:00 2001 From: Anna Smolentzov Date: Mon, 9 Oct 2023 16:19:37 -0600 Subject: [PATCH] Version 4.2.1 --- CHANGELOG.md | 4 ++++ readme.txt | 10 +++++++--- taxjar-woocommerce.php | 6 +++--- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c923b..183bf46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/readme.txt b/readme.txt index a3fada4..26e48bd 100755 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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 diff --git a/taxjar-woocommerce.php b/taxjar-woocommerce.php index c390981..51d3f42 100755 --- a/taxjar-woocommerce.php +++ b/taxjar-woocommerce.php @@ -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. @@ -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'; /**