Skip to content

Commit

Permalink
Update readme, plugin file, and change log for version 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffstieler committed Mar 14, 2017
1 parent 81d948c commit 5dcedab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-services.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 5dcedab

Please sign in to comment.