From b52a4efb94a9a11ed04c3223fc2954442873cbb3 Mon Sep 17 00:00:00 2001 From: Dallen Dalton Date: Mon, 12 Aug 2019 18:07:54 +0000 Subject: [PATCH] Version 2.3.1 --- CHANGELOG.md | 6 ++++++ includes/class-wc-taxjar-integration.php | 2 +- readme.txt | 12 +++++++++--- taxjar-woocommerce.php | 4 ++-- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c395ce0..99ece8c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.3.1 (2019-08-12) +* Tested up to WooCommerce 3.7 +* Tested up to WordPress 5.2.2 +* Fix rate lookup when state field contains a space +* Added filters for line items during rate calculations + # 2.3.0 (2019-05-16) * Added full support for WooCommerce Subscriptions * Fix performance issue with recalculating shipping diff --git a/includes/class-wc-taxjar-integration.php b/includes/class-wc-taxjar-integration.php index 761de82d..5d6bc687 100644 --- a/includes/class-wc-taxjar-integration.php +++ b/includes/class-wc-taxjar-integration.php @@ -22,7 +22,7 @@ public function __construct() { $this->integration_uri = $this->app_uri . 'account/apps/add/woo'; $this->regions_uri = $this->app_uri . 'account#states'; $this->uri = 'https://api.taxjar.com/v2/'; - $this->ua = 'TaxJarWordPressPlugin/2.3.0/WordPress/' . get_bloginfo( 'version' ) . '+WooCommerce/' . WC()->version . '; ' . get_bloginfo( 'url' ); + $this->ua = 'TaxJarWordPressPlugin/2.3.1/WordPress/' . get_bloginfo( 'version' ) . '+WooCommerce/' . WC()->version . '; ' . get_bloginfo( 'url' ); $this->debug = filter_var( $this->get_option( 'debug' ), FILTER_VALIDATE_BOOLEAN ); $this->download_orders = new WC_Taxjar_Download_Orders( $this ); diff --git a/readme.txt b/readme.txt index 551c8493..6176b430 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: 4.2 -Tested up to: 5.1.1 -Stable tag: 2.3.0 +Tested up to: 5.2.2 +Stable tag: 2.3.1 License: GPLv2 or later URI: http://www.gnu.org/licenses/gpl-2.0.html WC requires at least: 2.6.0 -WC tested up to: 3.6.2 +WC tested up to: 3.7.0 Save hours every month by putting your sales tax on autopilot. Automated, multi-state sales tax calculations, reporting, and filing. @@ -91,6 +91,12 @@ Yes. The fee is $19.95 per state, per filing. == Changelog == += 2.3.1 (2019-08-12) +* Tested up to WooCommerce 3.7 +* Tested up to WordPress 5.2.2 +* Fix rate lookup when state field contains a space +* Added filters for line items during rate calculations + = 2.3.0 (2019-05-16) * Added full support for WooCommerce Subscriptions * Fix performance issue with recalculating shipping diff --git a/taxjar-woocommerce.php b/taxjar-woocommerce.php index 24c19f8a..abdfe1fb 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: 2.3.0 + * Version: 2.3.1 * Author: TaxJar * Author URI: https://www.taxjar.com * WC requires at least: 2.6.0 - * WC tested up to: 3.6.2 + * WC tested up to: 3.7.0 * * Copyright: © 2014-2019 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. * License: GNU General Public License v2.0 or later