diff --git a/package.json b/package.json index 45d4e806a..6b308b732 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-services", - "version": "1.2.0", + "version": "1.3.0", "scripts": { "start": "cross-env NODE_ENV=development webpack-dev-server --hot --inline --watch --content-base dist --port 8085", "dist": "cross-env NODE_ENV=production webpack", diff --git a/readme.txt b/readme.txt index 7a37d1b41..7e29387b5 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: automattic, woothemes, allendav, kellychoffman, jkudish, jeffstiel Tags: canada-post, shipping, stamps, usps, woocommerce Requires at least: 4.6 Tested up to: 4.7.2 -Stable tag: 1.2.0 +Stable tag: 1.3.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -79,6 +79,15 @@ The source code is freely available [in GitHub](https://github.com/Automattic/wo == Changelog == += 1.3.0 = +* Fix label PDF viewing in IE, Microsoft Edge, and Firefox +* Fix label modal width issue in Internet Explorer 11 +* Don't initially show red error highlights for missing label destination address +* Labels: Fix escaped HTML showing in product variation names +* Remove unused icon font, reducing CSS size +* Fix tax rate calculation for shipping +* Fix WP Super Cache label printing bug + = 1.2.0 = * Improve label printing flow when origin or destination addresses need modification * More descriptive text in pointer notice for setting up a WCS shipping method diff --git a/woocommerce-services.php b/woocommerce-services.php index f5698d67c..72b670c10 100644 --- a/woocommerce-services.php +++ b/woocommerce-services.php @@ -5,7 +5,7 @@ * Description: WooCommerce Services: Hosted services for WooCommerce, including free real-time USPS and Canada Post rates and discounted USPS shipping labels. * Author: Automattic * Author URI: http://woocommerce.com/ - * Version: 1.2.0 + * Version: 1.3.0 * * Copyright (c) 2017 Automattic *