diff --git a/CHANGELOG.md b/CHANGELOG.md index d777935..134dad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 4.2.3 (2024-08-19) +* RUN_TJPLAT-1732 - Fix test failures +* #258 Stop displaying the metabox when the order can't be found + # 4.2.2 (2024-08-01) * WooCommerce tested up to 8.1.0 * WordPress 6.6.1 tested diff --git a/readme.txt b/readme.txt index 1fb68ff..a43795c 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ 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.6.1 -Stable tag: 4.2.2 +Stable tag: 4.2.3 License: GPLv2 or later URI: http://www.gnu.org/licenses/gpl-2.0.html WC requires at least: 7.0.0 @@ -95,6 +95,12 @@ Our plans come with filings included, with additional filings available for purc == Changelog == += 4.2.3 (2024-08-19) = +* WooCommerce tested up to 8.1.0 +* WordPress 6.6.1 tested +* RUN_TJPLAT-1732 - Fix test failures +* #258 Stop displaying the metabox when the order can't be found + = 4.2.2 (2024-08-01) = * WooCommerce tested up to 8.1.0 * WordPress 6.6.1 tested diff --git a/taxjar-woocommerce.php b/taxjar-woocommerce.php index 05feb3d..fa17520 100755 --- a/taxjar-woocommerce.php +++ b/taxjar-woocommerce.php @@ -3,7 +3,7 @@ * 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.2 + * Version: 4.2.3 * Author: TaxJar * Author URI: https://www.taxjar.com * WC requires at least: 7.0.0 @@ -43,7 +43,7 @@ */ final class WC_Taxjar { - static $version = '4.2.2'; + static $version = '4.2.3'; public static $minimum_woocommerce_version = '7.0.0'; /**