From af92ad44046cb41c3b5de948e3adce5aa0026869 Mon Sep 17 00:00:00 2001 From: Dallen Dalton Date: Thu, 29 Apr 2021 09:56:39 -0600 Subject: [PATCH] Version 3.2.7 --- CHANGELOG.md | 4 ++++ readme.txt | 12 ++++++++---- taxjar-woocommerce.php | 10 +++++----- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b252ef8..cfa96fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.2.7 (2021-04-29) +* WooCommerce 5.2.2 Support +* Remove Action Scheduler Library + # 3.2.6 (2021-03-23) * WooCommerce 5.1.0 Support * Fix double subscription tax display issue diff --git a/readme.txt b/readme.txt index cec905e..d66544b 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.3 -Tested up to: 5.7.0 -Stable tag: 3.2.6 +Tested up to: 5.7.1 +Stable tag: 3.2.7 License: GPLv2 or later URI: http://www.gnu.org/licenses/gpl-2.0.html -WC requires at least: 4.6.0 -WC tested up to: 4.9.2 +WC requires at least: 4.7.0 +WC tested up to: 5.2.2 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. @@ -96,6 +96,10 @@ Our plans come with filings included, with additional filings available for purc == Changelog == += 3.2.7 (2021-04-29) +* WooCommerce 5.2.2 Support +* Remove Action Scheduler Library + = 3.2.6 (2021-03-23) * WooCommerce 5.1.0 Support * Fix double subscription tax display issue diff --git a/taxjar-woocommerce.php b/taxjar-woocommerce.php index cfac87d..dd5ddde 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: 3.2.6 + * Version: 3.2.7 * Author: TaxJar * Author URI: https://www.taxjar.com - * WC requires at least: 4.6.0 - * WC tested up to: 5.1.0 + * WC requires at least: 4.7.0 + * WC tested up to: 5.2.2 * * Copyright: © 2014-2019 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. * License: GNU General Public License v2.0 or later @@ -42,8 +42,8 @@ */ final class WC_Taxjar { - static $version = '3.2.6'; - public static $minimum_woocommerce_version = '4.6.0'; + static $version = '3.2.7'; + public static $minimum_woocommerce_version = '4.7.0'; /** * Construct the plugin.