Skip to content

Commit

Permalink
Merge pull request #264 from taxjar/version-4.2.3
Browse files Browse the repository at this point in the history
Release 4.2.3
  • Loading branch information
saville-stripe authored Aug 19, 2024
2 parents f460a3e + 312ccdf commit 9a6017a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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.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
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions taxjar-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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';

/**
Expand Down

0 comments on commit 9a6017a

Please sign in to comment.