diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e64ec..de56ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 4.1.5 (2022-10-11) +* WooCommerce tested up to 7.0.0 +* Update minimum WooCommerce version to 6.4 + # 4.1.4 (2022-08-19) * WooCommerce tested up to 6.8.1 * Update minimum WooCommerce version to 6.2 diff --git a/readme.txt b/readme.txt index b0a2490..3675227 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.1 -Stable tag: 4.1.4 +Tested up to: 6.0.2 +Stable tag: 4.1.5 License: GPLv2 or later URI: http://www.gnu.org/licenses/gpl-2.0.html -WC requires at least: 6.2.0 -WC tested up to: 6.8.1 +WC requires at least: 6.4.0 +WC tested up to: 7.0.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.1.5 (2022-10-11) +* WooCommerce tested up to 7.0.0 +* Update minimum WooCommerce version to 6.4 + = 4.1.4 (2022-08-19) * WooCommerce tested up to 6.8.1 * Update minimum WooCommerce version to 6.2 diff --git a/taxjar-woocommerce.php b/taxjar-woocommerce.php index 6fb76bc..a8ccf06 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.1.4 + * Version: 4.1.5 * Author: TaxJar * Author URI: https://www.taxjar.com - * WC requires at least: 6.2.0 - * WC tested up to: 6.8.1 + * WC requires at least: 6.4.0 + * WC tested up to: 7.0.0 * Requires PHP: 7.0 * * Copyright: © 2014-2019 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. @@ -43,8 +43,8 @@ */ final class WC_Taxjar { - static $version = '4.1.4'; - public static $minimum_woocommerce_version = '6.2.0'; + static $version = '4.1.5'; + public static $minimum_woocommerce_version = '6.4.0'; /** * Construct the plugin.