Skip to content

Commit

Permalink
Merge pull request #1128 from Automattic/release/1.7.0
Browse files Browse the repository at this point in the history
Tag version 1.7.0, add changelog entries.
  • Loading branch information
jeffstieler authored Aug 18, 2017
2 parents f63246c + fc68faf commit fd6cfb1
Show file tree
Hide file tree
Showing 3 changed files with 10 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.6.2",
"version": "1.7.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
9 changes: 8 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.8
Stable tag: 1.6.2
Stable tag: 1.7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -79,6 +79,13 @@ The source code is freely available [in GitHub](https://github.com/Automattic/wo

== Changelog ==

= 1.7.0 =
* Fix bug that allows accidental double click of label purchase button
* More immediate display of purchased labels on order detail screen
* Fix bug that showed settings screen links before Terms of Service are accepted
* No longer override package weight when changing type if specified by user
* Several small appearance tweaks (alignment, spacing)

= 1.6.2 =
* Fix spacing bug in purchased label display
* Fix bug with "create label" flow on WooCommerce 3.1.0
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-services.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: http://woocommerce.com/
* Text Domain: woocommerce-services
* Domain Path: /i18n/languages/
* Version: 1.6.2
* Version: 1.7.0
*
* Copyright (c) 2017 Automattic
*
Expand Down

0 comments on commit fd6cfb1

Please sign in to comment.