Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.2.3 #264

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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