From 90073a034aeb4262cb7e4dbf9d362b59db108ca3 Mon Sep 17 00:00:00 2001 From: Jeff Stieler Date: Mon, 30 Jan 2017 17:19:36 -0700 Subject: [PATCH 1/2] Update plugin version to 1.0.0, copyright to 2017. --- package.json | 2 +- readme.txt | 6 ++---- woocommerce-services.php | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 927935968..755673ff5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.txt b/readme.txt index bce0cd7f8..043fa6dce 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ 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 @@ -11,8 +11,6 @@ Hosted services for WooCommerce, including free real-time USPS and Canada Post r == 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. diff --git a/woocommerce-services.php b/woocommerce-services.php index 9d2326164..391909a6f 100644 --- a/woocommerce-services.php +++ b/woocommerce-services.php @@ -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 From c413a7fbfc5f6971ab6563d1065e8ee9dddde7df Mon Sep 17 00:00:00 2001 From: Jeff Stieler Date: Mon, 30 Jan 2017 17:19:46 -0700 Subject: [PATCH 2/2] Add release notes for version 1.0.0. --- readme.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/readme.txt b/readme.txt index 043fa6dce..a8ce9a311 100644 --- a/readme.txt +++ b/readme.txt @@ -75,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