Skip to content

Commit

Permalink
Merge pull request #853 from Automattic/release/1.0.0
Browse files Browse the repository at this point in the history
Version 1.0.0
  • Loading branch information
jeffstieler authored Jan 31, 2017
2 parents 5c43c12 + c413a7f commit 8e6f0b0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 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": "0.9.4",
"version": "1.0.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 --config webpack.production.config.js",
Expand Down
27 changes: 23 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
Contributors: automattic, woothemes, allendav, kellychoffman, jkudish, jeffstieler, nabsul, robobot3000, danreylop, mikeyarce, shaunkuschel
Tags: canada-post, shipping, stamps, usps, woocommerce
Requires at least: 4.6.1
Tested up to: 4.7.1
Stable tag: 0.9.5
Tested up to: 4.7.2
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Hosted services for WooCommerce, including free real-time USPS and Canada Post rates and discounted USPS shipping labels. (BETA)

== Description ==

**This is a BETA release. Please carefully test and make sure it meets your needs before considering for a production site.**

WooCommerce Services makes basic eCommerce features like shipping more reliable by taking the burden off of your site’s infrastructure.

With WooCommerce Services, critical services are hosted on Automattic’s best-in-class infrastructure, rather than relying on your store’s hosting. That means your store will be more stable and faster.
Expand Down Expand Up @@ -77,6 +75,27 @@ Absolutely! You can read our Terms of Service [here](https://woocommerce.com/ter

== Changelog ==

= 1.0.0 =
* Improve logging for rates request errors
* Fix a rates bug with individually packaged items
* Add an easier UI to select grouped shipping services
* Fix a database table prefix bug
* Fix a bug allowing an errant double-purchase of labels
* Always retrieve a refunded label's status
* Save the shipping label origin address for reuse earlier
* Add a fallback rate for USPS
* Recommend checking logs when errors occur
* Fix bug showing the wrong label purchase amount when requesting refunds
* Add tooltip explaining what shipping service price adjustments are
* Notify admins when products are missing dimensions when retrieving rates
* Improve terms of service message
* Improve user experience with form validation
* Move the settings under WooCommerce > Shipping
* Automatically enable flat rate packages when their corresponding service is enabled
* Improve the on-boarding experience for new users
* Show the card information being used to purchase labels
* Don't allow the labels flow to be entered without a selected payment method

= 0.9.5 =
* Add non-flat-rate predefined USPS packaging
* Add enhanced labels metabox with tracking info, reprint button, and refunds
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-services.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* 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: 0.9.5
* Version: 1.0.0
*
* Copyright (c) 2016 Automattic
* Copyright (c) 2017 Automattic
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 8e6f0b0

Please sign in to comment.