Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dallendalton committed May 16, 2019
1 parent aa6b4ca commit c3ae675
Show file tree
Hide file tree
Showing 4 changed files with 11 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 @@
# 2.3.0 (2019-05-16)
* Added full support for WooCommerce Subscriptions
* Fix performance issue with recalculating shipping

# 2.2.0 (2019-04-25)
* Tested up to WooCommerce 3.6.2
* Fix exemption not applying to large quantity exempt line items
Expand Down
2 changes: 1 addition & 1 deletion includes/class-wc-taxjar-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0/WordPress/' . get_bloginfo( 'version' ) . '+WooCommerce/' . WC()->version . '; ' . get_bloginfo( 'url' );
$this->ua = 'TaxJarWordPressPlugin/2.3.0/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 );

Expand Down
6 changes: 5 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: 4.2
Tested up to: 5.1.1
Stable tag: 2.2.0
Stable tag: 2.3.0
License: GPLv2 or later
URI: http://www.gnu.org/licenses/gpl-2.0.html
WC requires at least: 2.6.0
Expand Down Expand Up @@ -91,6 +91,10 @@ Yes. The fee is $19.95 per state, per filing.

== Changelog ==

= 2.3.0 (2019-05-16)
* Added full support for WooCommerce Subscriptions
* Fix performance issue with recalculating shipping

= 2.2.0 (2019-04-25)
* Tested up to WooCommerce 3.6.2
* Fix exemption not applying to large quantity exempt line items
Expand Down
2 changes: 1 addition & 1 deletion 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: 2.2.0
* Version: 2.3.0
* Author: TaxJar
* Author URI: https://www.taxjar.com
* WC requires at least: 2.6.0
Expand Down

0 comments on commit c3ae675

Please sign in to comment.